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

Unified Diff: components/history/core/browser/top_sites_impl_unittest.cc

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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: components/history/core/browser/top_sites_impl_unittest.cc
diff --git a/components/history/core/browser/top_sites_impl_unittest.cc b/components/history/core/browser/top_sites_impl_unittest.cc
index a36357d7a1775386218c4db2cbff06ff668b2b3f..bc1b034e8895c34392b6a16466ec02dd202ce3b8 100644
--- a/components/history/core/browser/top_sites_impl_unittest.cc
+++ b/components/history/core/browser/top_sites_impl_unittest.cc
@@ -37,9 +37,6 @@ namespace history {
namespace {
-// Key for URL blacklist.
-const char kAcceptLanguages[] = "en-US,en";
-
const char kApplicationScheme[] = "application";
const char kPrepopulatedPageURL[] =
"http://www.google.com/int/chrome/welcome.html";
@@ -147,7 +144,6 @@ class TopSitesImplTest : public HistoryUnitTestBase {
history_service_.reset(
new HistoryService(nullptr, scoped_ptr<VisitDelegate>()));
ASSERT_TRUE(history_service_->Init(
- kAcceptLanguages,
TestHistoryDatabaseParamsForPath(scoped_temp_dir_.path())));
ResetTopSites();
WaitTopSitesLoaded();

Powered by Google App Engine
This is Rietveld 408576698