Searched refs:url_hosted (Results 1 – 1 of 1) sorted by relevance
512 GURL url_hosted("http://manage.hosted.filefront.com"); in TEST() local514 EXPECT_TRUE(cm->SetCookie(url_hosted, "sawAd=1; domain=filefront.com")); in TEST()515 EXPECT_EQ("sawAd=1", cm->GetCookies(url_hosted)); in TEST()