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

Unified Diff: components/favicon/core/test/mock_favicon_service.h

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: components/favicon/core/test/mock_favicon_service.h
diff --git a/components/favicon/core/test/mock_favicon_service.h b/components/favicon/core/test/mock_favicon_service.h
index fcd1a99dd652152a987054ab503b0de15a50b5df..90202a0ba5317235443c7854a4ffd0491b0cf0c9 100644
--- a/components/favicon/core/test/mock_favicon_service.h
+++ b/components/favicon/core/test/mock_favicon_service.h
@@ -61,11 +61,9 @@ class MockFaviconService : public FaviconService {
int desired_size_in_pixel,
const favicon_base::FaviconRawBitmapCallback& callback,
base::CancelableTaskTracker* tracker));
- MOCK_METHOD5(GetLargestRawFaviconForPageURL,
+ MOCK_METHOD3(GetLargestRawFaviconForPageURL,
base::CancelableTaskTracker::TaskId(
const GURL& page_url,
- const std::vector<int>& icon_types,
- int minimum_size_in_pixels,
const favicon_base::FaviconRawBitmapCallback& callback,
base::CancelableTaskTracker* tracker));
MOCK_METHOD5(GetFaviconForPageURL,
« no previous file with comments | « components/favicon/core/large_icon_service_unittest.cc ('k') | components/history/core/browser/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698