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

Unified Diff: content/shell/common/shell_messages.h

Issue 659043003: Implement the ability to layout test Web Worker-based Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years, 2 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
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)

Powered by Google App Engine
This is Rietveld 408576698