Index: content/shell/common/layout_test/layout_test_messages.h |
diff --git a/content/shell/common/layout_test/layout_test_messages.h b/content/shell/common/layout_test/layout_test_messages.h |
index cef6cb56f898d72cb48728696a179995ffc0ce37..97b3073899bbfb40f2582bdc4b886e3fc3ba7e87 100644 |
--- a/content/shell/common/layout_test/layout_test_messages.h |
+++ b/content/shell/common/layout_test/layout_test_messages.h |
@@ -27,8 +27,9 @@ IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_RegisterIsolatedFileSystem, |
IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ClearAllDatabases) |
IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SetDatabaseQuota, |
int /* quota */) |
-IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SimulateWebNotificationClick, |
- std::string /* title */) |
+IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_SimulateWebNotificationClick, |
+ std::string /* title */, |
+ int /* action_index */) |
IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_AcceptAllCookies, |
bool /* accept */) |
IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_DeleteAllCookies) |