OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:google_host
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/search_engines/
search_provider_install_data_unittest.cc
285
std::string
google_host
= "w.com";
local
286
util_.SetGoogleBaseURL("http://" +
google_host
+ "/");
302
test_get_install_state->set_search_provider_host(
google_host
);
306
google_host
= "foo.com";
307
util_.SetGoogleBaseURL("http://" +
google_host
+ "/");
312
test_get_install_state->set_search_provider_host(
google_host
);
Completed in 69 milliseconds