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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_coordinator_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
« no previous file with comments | « ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bf3be9751a80aa0b506f085579193bb4a7dffd25..b90a421c5f910e28d115375cb20179db07749df7 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
@@ -106,9 +106,8 @@ class ReadingListCoordinatorTest : public web::WebTestWithWebState {
browserState:browser_state_.get()
loader:loader_mock_]);
- EXPECT_CALL(mock_favicon_service_,
- GetLargestRawFaviconForPageURL(_, _, _, _, _))
- .WillRepeatedly(PostReply<5>(favicon_base::FaviconRawBitmapResult()));
+ EXPECT_CALL(mock_favicon_service_, GetLargestRawFaviconForPageURL(_, _, _))
+ .WillRepeatedly(PostReply<3>(favicon_base::FaviconRawBitmapResult()));
}
~ReadingListCoordinatorTest() override {}
« no previous file with comments | « ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698