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

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

Issue 2721363002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Addressed comments. 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_coordinator_unittest.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_coordinator_unittest.mm b/ios/chrome/browser/ui/reading_list/reading_list_coordinator_unittest.mm
index 2edf96e3474bdfc448a40772b75cd359a671c0f6..fca1186308e9740129a99c7158c168b1825ff4b5 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_coordinator_unittest.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_coordinator_unittest.mm
@@ -98,7 +98,8 @@ class ReadingListCoordinatorTest : public web::WebTestWithWebState {
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));
coordinator_.reset([[ReadingListCoordinator alloc]
initWithBaseViewController:nil
browserState:browser_state_.get()

Powered by Google App Engine
This is Rietveld 408576698