Chromium Code Reviews| 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 */) |
|
Mike West
2014/10/23 19:05:35
At some point, it would be good to move our layout
Peter Beverloo
2014/10/24 11:32:06
Agreed. Let me follow up with that :-).
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_AcceptAllCookies, |
| bool /* accept */) |
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DeleteAllCookies) |