diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 18:38:33 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 18:38:33 +0000 |
commit | 6b658bf84d667bbaacd59d6337a09ac2e80645a8 (patch) | |
tree | d5cda542cce9280430ae3c3ae4d20a8e160e44e6 /chrome/test/automation/automation_messages_internal.h | |
parent | 93530253a285c3ecc6f2b6ae46409b70ef85b48c (diff) | |
download | chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.zip chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.tar.gz chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.tar.bz2 |
Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.
BUG=45230
TEST=CollectedCookiesTest.*
Review URL: http://codereview.chromium.org/2907003
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/3016003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 7e5282c..bdb0d07 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -1394,13 +1394,7 @@ IPC_BEGIN_MESSAGES(Automation) // profile of the tab identified by the first parameter. The second // parameter is the cookie name. IPC_SYNC_MESSAGE_ROUTED3_1(AutomationMsg_DeleteCookie, GURL, std::string, - int /* tab handle */, - bool /* result */) - - // This message triggers the collected cookies dialog for a specific tab. - IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_ShowCollectedCookiesDialog, - int /* tab handle */, - bool /* result */) + int, bool) // This message requests the external tab identified by the tab handle // passed in be closed. |