| 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 15160744828bb72c12fe95abad1c49073ceda39a..7ab85bf19d00857f71b9750576ab8946b305a74b 100644
|
| --- a/content/shell/common/layout_test/layout_test_messages.h
|
| +++ b/content/shell/common/layout_test/layout_test_messages.h
|
| @@ -27,10 +27,6 @@ IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_RegisterIsolatedFileSystem,
|
| IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ClearAllDatabases)
|
| IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SetDatabaseQuota,
|
| int /* quota */)
|
| -IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_GrantWebNotificationPermission,
|
| - GURL /* origin */,
|
| - bool /* permission_granted */)
|
| -IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ClearWebNotificationPermissions)
|
| IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SimulateWebNotificationClick,
|
| std::string /* title */)
|
| IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_AcceptAllCookies,
|
|
|