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

Unified Diff: components/favicon/ios/favicon_url_util.cc

Issue 2891333002: Introduce dedicated enum value for icons from Web Manifests (Closed)
Patch Set: Put browsertest behind #if. 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
« no previous file with comments | « components/favicon/core/large_icon_service.cc ('k') | components/favicon_base/favicon_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/ios/favicon_url_util.cc
diff --git a/components/favicon/ios/favicon_url_util.cc b/components/favicon/ios/favicon_url_util.cc
index 95bcfda262b4a424b7ec2e1757b3d572d1351a39..54b072c50657f3b98b9795b07f3d4a381f9e9d4e 100644
--- a/components/favicon/ios/favicon_url_util.cc
+++ b/components/favicon/ios/favicon_url_util.cc
@@ -23,6 +23,8 @@ favicon_base::IconType IconTypeFromWebIconType(
return favicon_base::TOUCH_ICON;
case web::FaviconURL::TOUCH_PRECOMPOSED_ICON:
return favicon_base::TOUCH_PRECOMPOSED_ICON;
+ case web::FaviconURL::WEB_MANIFEST_ICON:
+ return favicon_base::WEB_MANIFEST_ICON;
case web::FaviconURL::INVALID_ICON:
return favicon_base::INVALID_ICON;
}
« no previous file with comments | « components/favicon/core/large_icon_service.cc ('k') | components/favicon_base/favicon_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698