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

Unified Diff: components/ntp_tiles/most_visited_sites_unittest.cc

Issue 2695713004: Add baked-in favicons for default popular sites on NTP (Closed)
Patch Set: Created 3 years, 10 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/ntp_tiles/most_visited_sites_unittest.cc
diff --git a/components/ntp_tiles/most_visited_sites_unittest.cc b/components/ntp_tiles/most_visited_sites_unittest.cc
index 9c166090ffd9ef8ca301cfa2a2ae68e5254f7206..fdcaf1bb3bd6ae70eecdbb5be7e4e562346f76cf 100644
--- a/components/ntp_tiles/most_visited_sites_unittest.cc
+++ b/components/ntp_tiles/most_visited_sites_unittest.cc
@@ -234,7 +234,8 @@ class PopularSitesFactoryForTest {
return base::MakeUnique<PopularSitesImpl>(
worker_pool_owner_.pool().get(), prefs_,
/*template_url_service=*/nullptr,
- /*variations_service=*/nullptr, url_request_context_.get(),
+ /*variations_service=*/nullptr,
+ /*favicon_service=*/nullptr, url_request_context_.get(),
/*directory=*/base::FilePath(), base::Bind(JsonUnsafeParser::Parse));
}

Powered by Google App Engine
This is Rietveld 408576698