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

Unified Diff: content/common/manifest_manager_messages.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 | « no previous file | content/public/common/manifest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/manifest_manager_messages.h
diff --git a/content/common/manifest_manager_messages.h b/content/common/manifest_manager_messages.h
index bcad9eaa9b14d567ee9ecbddb1d81b64321d4dbf..ba067740d715cdcc3c84d173588a0bc0c8ae54b3 100644
--- a/content/common/manifest_manager_messages.h
+++ b/content/common/manifest_manager_messages.h
@@ -14,10 +14,15 @@
#define IPC_MESSAGE_START ManifestManagerMsgStart
+IPC_ENUM_TRAITS_MAX_VALUE(
+ content::Manifest::Icon::IconPurpose,
+ content::Manifest::Icon::IconPurpose::ICON_PURPOSE_LAST)
+
IPC_STRUCT_TRAITS_BEGIN(content::Manifest::Icon)
IPC_STRUCT_TRAITS_MEMBER(src)
IPC_STRUCT_TRAITS_MEMBER(type)
IPC_STRUCT_TRAITS_MEMBER(sizes)
+ IPC_STRUCT_TRAITS_MEMBER(purpose)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::Manifest::ShareTarget)
« no previous file with comments | « no previous file | content/public/common/manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698