diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 06:32:24 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 06:32:24 +0000 |
commit | 78ec6e9159fd18c5c3cc9759c18588101729a8aa (patch) | |
tree | e9f0dcbf1ec88ed5bfa9eb508e0a8f565355b1dc /content/shell/common | |
parent | 9cc992bc933007f1d10b23078a20d1ef8cc69d1d (diff) | |
download | chromium_src-78ec6e9159fd18c5c3cc9759c18588101729a8aa.zip chromium_src-78ec6e9159fd18c5c3cc9759c18588101729a8aa.tar.gz chromium_src-78ec6e9159fd18c5c3cc9759c18588101729a8aa.tar.bz2 |
Add a way to delete all cookies.
This is the Chromium side of https://codereview.chromium.org/19081004.
BUG=259923
wip deleteAllCookies
Review URL: https://chromiumcodereview.appspot.com/18308006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/common')
-rw-r--r-- | content/shell/common/shell_messages.h | 1 |
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) |