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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm

Issue 2721363002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Fixed public_deps. Created 3 years, 9 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: ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm b/ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm
index 487755f4b49a6e65b744de41d8bb45789a946859..ec9c3e430bb9a2fab6f3d360cc7072943abb56ce 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm
@@ -58,7 +58,8 @@ class ReadingListCollectionViewControllerTest : public testing::Test {
reading_list_model_.reset(new ReadingListModelImpl(nullptr, nullptr));
large_icon_service_.reset(new favicon::LargeIconService(
- &mock_favicon_service_, base::ThreadTaskRunnerHandle::Get()));
+ &mock_favicon_service_, base::ThreadTaskRunnerHandle::Get(),
+ /*image_fetcher=*/nullptr));
reading_list_view_controller_.reset(
[[ReadingListCollectionViewController alloc]
initWithModel:reading_list_model_.get()

Powered by Google App Engine
This is Rietveld 408576698