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

Unified Diff: ios/chrome/app/spotlight/spotlight_manager_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
« no previous file with comments | « components/favicon/core/test/mock_favicon_service.h ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/spotlight/spotlight_manager_unittest.mm
diff --git a/ios/chrome/app/spotlight/spotlight_manager_unittest.mm b/ios/chrome/app/spotlight/spotlight_manager_unittest.mm
index 7051af7132508ca2c856d735fd9ac4e43d74fe0e..3bc30c0df0c944c1bc28b39ec9c6f3ac0eae0418 100644
--- a/ios/chrome/app/spotlight/spotlight_manager_unittest.mm
+++ b/ios/chrome/app/spotlight/spotlight_manager_unittest.mm
@@ -67,7 +67,8 @@ class SpotlightManagerTest : public testing::Test {
SpotlightManagerTest() {
model_ = bookmarks::TestBookmarkClient::CreateModel();
large_icon_service_.reset(new favicon::LargeIconService(
- &mock_favicon_service_, base::ThreadTaskRunnerHandle::Get()));
+ &mock_favicon_service_, base::ThreadTaskRunnerHandle::Get(),
+ /*image_fetcher=*/nullptr));
bookmarksSpotlightManager_ = [[BookmarksSpotlightManager alloc]
initWithLargeIconService:large_icon_service_.get()
bookmarkModel:model_.get()];
« no previous file with comments | « components/favicon/core/test/mock_favicon_service.h ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698