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

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

Issue 1119163003: Save large icons to a new LARGE_ICON type Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix try bots Created 5 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/large_icon_service.cc
diff --git a/components/favicon/core/large_icon_service.cc b/components/favicon/core/large_icon_service.cc
index 9aeb8e8976d8806772e6495c9cd4e645a35c6128..f7b5af1a7f557ce9577f96b644b24d63148068f7 100644
--- a/components/favicon/core/large_icon_service.cc
+++ b/components/favicon/core/large_icon_service.cc
@@ -12,6 +12,7 @@ namespace favicon {
LargeIconService::LargeIconService(FaviconService* favicon_service)
: favicon_service_(favicon_service) {
+ large_icon_types_.push_back(favicon_base::IconType::LARGE_ICON);
huangs 2015/05/04 05:17:30 NIT: Move this after TOUCH_PRECOMPOSED_ICON for co
Roger McFarlane (Chromium) 2015/05/04 18:48:15 Done.
large_icon_types_.push_back(favicon_base::IconType::FAVICON);
large_icon_types_.push_back(favicon_base::IconType::TOUCH_ICON);
large_icon_types_.push_back(favicon_base::IconType::TOUCH_PRECOMPOSED_ICON);

Powered by Google App Engine
This is Rietveld 408576698