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

Unified Diff: components/history/core/browser/history_service.h

Issue 2823093002: Make FaviconService::GetRawFaviconForPageURL() select the best candidate among all the icon types (Closed)
Patch Set: Merge branch 'master' into icon_type Created 3 years, 7 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/history/core/browser/history_service.h
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
index f240fedcb99b6597e107c453e1f5563df56087f7..b1aedcdf65599ab0482f601fae9c1f5f029d1d52 100644
--- a/components/history/core/browser/history_service.h
+++ b/components/history/core/browser/history_service.h
@@ -663,9 +663,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
// |icon_types| is returned. The returned FaviconBitmapResults will have at
// most one result for each entry in |desired_sizes|. If a favicon bitmap is
// determined to be the best candidate for multiple |desired_sizes| there
- // will be fewer results. If |icon_types| has several types, results for only
- // a single type will be returned in the priority of TOUCH_PRECOMPOSED_ICON,
- // TOUCH_ICON, and FAVICON.
+ // will be fewer results.
base::CancelableTaskTracker::TaskId GetFaviconsForURL(
const GURL& page_url,
int icon_types,
« no previous file with comments | « components/history/core/browser/history_backend_unittest.cc ('k') | components/history/core/browser/thumbnail_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698