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

Unified Diff: ios/web/public/favicon_url.h

Issue 2891333002: Introduce dedicated enum value for icons from Web Manifests (Closed)
Patch Set: 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: ios/web/public/favicon_url.h
diff --git a/ios/web/public/favicon_url.h b/ios/web/public/favicon_url.h
index 409f32969949b6a06a2314dca6ce91a99e032c2c..5a043d9d04c80d7449c898429540dd1b8568e4ab 100644
--- a/ios/web/public/favicon_url.h
+++ b/ios/web/public/favicon_url.h
@@ -20,7 +20,8 @@ struct FaviconURL {
INVALID_ICON = 0x0,
FAVICON = 1 << 0,
TOUCH_ICON = 1 << 1,
- TOUCH_PRECOMPOSED_ICON = 1 << 2
+ TOUCH_PRECOMPOSED_ICON = 1 << 2,
+ WEB_MANIFEST_ICON = 1 << 3
Eugene But (OOO till 7-30) 2017/05/19 14:21:31 nit: Do you want to add comma after the last item,
mastiz 2017/05/25 11:14:16 Done.
};
FaviconURL();
« components/favicon_base/favicon_types.h ('K') | « components/favicon_base/favicon_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698