| 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 a67b87239896dc5481b67325b279ea743610fa65..b81b0bc9f5795b38de8bdb02510dd60912fcd45d 100644
|
| --- a/content/shell/common/layout_test/layout_test_messages.h
|
| +++ b/content/shell/common/layout_test/layout_test_messages.h
|
| @@ -30,6 +30,9 @@ IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SetDatabaseQuota,
|
| IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_SimulateWebNotificationClick,
|
| std::string /* title */,
|
| int /* action_index */)
|
| +IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_SimulateWebNotificationClose,
|
| + std::string /* title */,
|
| + bool /* by_user */)
|
| IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_AcceptAllCookies,
|
| bool /* accept */)
|
| IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_DeleteAllCookies)
|
|
|