Index: content/common/manifest_manager_messages.h |
diff --git a/content/common/manifest_manager_messages.h b/content/common/manifest_manager_messages.h |
index be804054ed4e8202c3fef2bad887de4bd6188f4e..881ff6b6435df37b6f09ca65566e628677b57743 100644 |
--- a/content/common/manifest_manager_messages.h |
+++ b/content/common/manifest_manager_messages.h |
@@ -31,6 +31,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::Manifest) |
IPC_STRUCT_TRAITS_MEMBER(display) |
IPC_STRUCT_TRAITS_MEMBER(orientation) |
IPC_STRUCT_TRAITS_MEMBER(icons) |
+ IPC_STRUCT_TRAITS_MEMBER(gcm_sender_id) |
IPC_STRUCT_TRAITS_END() |
// The browser process requests for the manifest linked with the associated |