Index: content/common/platform_notification_messages.h |
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h |
index 778574c6bd58011121106d95a8ec4ec8d687b5c3..06f8f0369592deb80ceafd313efcec0877a7999e 100644 |
--- a/content/common/platform_notification_messages.h |
+++ b/content/common/platform_notification_messages.h |
@@ -26,6 +26,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData) |
IPC_STRUCT_TRAITS_MEMBER(body) |
IPC_STRUCT_TRAITS_MEMBER(tag) |
IPC_STRUCT_TRAITS_MEMBER(icon) |
+ IPC_STRUCT_TRAITS_MEMBER(silent) |
IPC_STRUCT_TRAITS_END() |
// Messages sent from the browser to the renderer. |