summaryrefslogtreecommitdiffstats
path: root/content/shell/common
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/common')
-rw-r--r--content/shell/common/shell_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
index 8185f70..928a5cd 100644
--- a/content/shell/common/shell_messages.h
+++ b/content/shell/common/shell_messages.h
@@ -97,6 +97,7 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDatabaseQuota,
int /* quota */)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_AcceptAllCookies,
bool /* accept */)
+IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DeleteAllCookies)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDeviceScaleFactor,
float /* factor */)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CaptureSessionHistory)