| 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 a97c3839b0cfe87c0248c6f77e55267e2bcce489..e7bfdb816d4f24b7b219f5a4f4ca5826eea440b9 100644
|
| --- a/content/shell/common/layout_test/layout_test_messages.h
|
| +++ b/content/shell/common/layout_test/layout_test_messages.h
|
| @@ -22,9 +22,6 @@ IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_RegisterIsolatedFileSystem,
|
| IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ClearAllDatabases)
|
| IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SetDatabaseQuota,
|
| int /* quota */)
|
| -IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_CheckWebNotificationPermission,
|
| - GURL /* origin */,
|
| - int /* result */)
|
| IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_GrantWebNotificationPermission,
|
| GURL /* origin */,
|
| bool /* permission_granted */)
|
|
|