Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index dd602c1d0d95b287c3df622db3ed6c76356271de..cc6e2b24933daefd6bc230412ef48f389a2f0750 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -105,6 +105,8 @@ IPC_MESSAGE_ROUTED2(ShellViewHostMsg_GrantWebNotificationPermission, |
GURL /* origin */, |
bool /* permission_granted */) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearWebNotificationPermissions) |
+IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SimulateWebNotificationClick, |
+ std::string /* title */) |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_AcceptAllCookies, |
bool /* accept */) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DeleteAllCookies) |