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

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: Add fallback_opts=TYPE 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 dd61e80a42727cedfc0e28156c498c5cee1dfe40..145b5a7d66a002c7fb4c1d647ef0622dbdcac944 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
@@ -60,7 +60,8 @@ class ReadingListCollectionViewControllerTest : public testing::Test {
reading_list_model_.reset(new ReadingListModelImpl(
nullptr, nullptr, base::MakeUnique<base::DefaultClock>()));
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