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

Unified Diff: content/public/common/manifest.h

Issue 2644623004: Include Manifest.icons.purpose in manifest IPC message (Closed)
Patch Set: rebase Created 3 years, 11 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 | « content/common/manifest_manager_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/manifest.h
diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h
index 80e3f628550b97b0e3d6659286fdc156ce2dca78..6c4ab52c6771aa2c2d08c2d85b25b593fa4405b2 100644
--- a/content/public/common/manifest.h
+++ b/content/public/common/manifest.h
@@ -31,6 +31,7 @@ struct CONTENT_EXPORT Manifest {
enum IconPurpose {
ANY = 0,
BADGE,
+ ICON_PURPOSE_LAST = BADGE,
};
Icon();
« no previous file with comments | « content/common/manifest_manager_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698