Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: chrome/browser/search_engines/search_provider_install_data_unittest.cc

Issue 628263004: [Android] Simplify logic for grabbing initial country-code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/search_engines/search_provider_install_data_unittest.cc
diff --git a/chrome/browser/search_engines/search_provider_install_data_unittest.cc b/chrome/browser/search_engines/search_provider_install_data_unittest.cc
index 383e805522a91e73e5d7ec54172cfc86072a97bd..3b5795e425956b270dc3cdcc84a5542209783007 100644
--- a/chrome/browser/search_engines/search_provider_install_data_unittest.cc
+++ b/chrome/browser/search_engines/search_provider_install_data_unittest.cc
@@ -154,10 +154,6 @@ SearchProviderInstallDataTest::SearchProviderInstallDataTest()
void SearchProviderInstallDataTest::SetUp() {
testing::Test::SetUp();
-#if defined(OS_ANDROID)
- TemplateURLPrepopulateData::InitCountryCode(
- std::string() /* unknown country code */);
-#endif
process_.reset(new content::MockRenderProcessHost(util_.profile()));
install_data_ = new SearchProviderInstallData(
util_.model(), SearchTermsData().GoogleBaseURLValue(), NULL,

Powered by Google App Engine
This is Rietveld 408576698