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

Unified Diff: ios/chrome/app/spotlight/spotlight_manager_unittest.mm

Issue 2796343003: Remove preferences among favicon types when choosing large icons
Patch Set: Rebased. Created 3 years, 8 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/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 3bc30c0df0c944c1bc28b39ec9c6f3ac0eae0418..7ebbb55340d51d2e0e3a6a57c0f6bc9989e4cb82 100644
--- a/ios/chrome/app/spotlight/spotlight_manager_unittest.mm
+++ b/ios/chrome/app/spotlight/spotlight_manager_unittest.mm
@@ -73,9 +73,8 @@ class SpotlightManagerTest : public testing::Test {
initWithLargeIconService:large_icon_service_.get()
bookmarkModel:model_.get()];
- EXPECT_CALL(mock_favicon_service_,
- GetLargestRawFaviconForPageURL(_, _, _, _, _))
- .WillRepeatedly(PostReply<5>(CreateTestBitmap(24, 24)));
+ EXPECT_CALL(mock_favicon_service_, GetLargestRawFaviconForPageURL(_, _, _))
+ .WillRepeatedly(PostReply<3>(CreateTestBitmap(24, 24)));
}
base::MessageLoop loop_;
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | ios/chrome/browser/ui/history/favicon_view_provider_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698