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

Unified Diff: components/favicon/core/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/favicon_service.h
diff --git a/components/favicon/core/favicon_service.h b/components/favicon/core/favicon_service.h
index 8ac749f8419265319ec846df441256272f6d6e6b..e8e81a79de4d98f23489a52740335f6e2a2968d6 100644
--- a/components/favicon/core/favicon_service.h
+++ b/components/favicon/core/favicon_service.h
@@ -102,11 +102,9 @@ class FaviconService : public KeyedService {
const favicon_base::FaviconRawBitmapCallback& callback,
base::CancelableTaskTracker* tracker) = 0;
- // See HistoryService::GetLargestFaviconForPageURL().
+ // See HistoryService::GetLargestFaviconForURL().
virtual base::CancelableTaskTracker::TaskId GetLargestRawFaviconForPageURL(
const GURL& page_url,
- const std::vector<int>& icon_types,
- int minimum_size_in_pixels,
const favicon_base::FaviconRawBitmapCallback& callback,
base::CancelableTaskTracker* tracker) = 0;
« no previous file with comments | « chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc ('k') | components/favicon/core/favicon_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698