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

Unified Diff: components/favicon/core/large_icon_service_unittest.cc

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 | « components/favicon/core/large_icon_service.cc ('k') | components/favicon/core/test/mock_favicon_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/large_icon_service_unittest.cc
diff --git a/components/favicon/core/large_icon_service_unittest.cc b/components/favicon/core/large_icon_service_unittest.cc
index 849a185770faf9f3a497b7da9c5cd053866613be..27bf41270ff959e56ea108eecc6203c1bd78c08d 100644
--- a/components/favicon/core/large_icon_service_unittest.cc
+++ b/components/favicon/core/large_icon_service_unittest.cc
@@ -297,8 +297,8 @@ class LargeIconServiceGetterTest : public LargeIconServiceTest,
const GURL& page_url,
const favicon_base::FaviconRawBitmapResult& mock_result) {
ON_CALL(mock_favicon_service_,
- GetLargestRawFaviconForPageURL(page_url, _, _, _, _))
- .WillByDefault(PostReply<5>(mock_result));
+ GetLargestRawFaviconForPageURL(page_url, _, _))
+ .WillByDefault(PostReply<3>(mock_result));
}
protected:
« no previous file with comments | « components/favicon/core/large_icon_service.cc ('k') | components/favicon/core/test/mock_favicon_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698