diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-16 23:53:10 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-16 23:53:10 +0000 |
commit | af7004679e915fabdcebbc0e3598886e3678f155 (patch) | |
tree | b0512db4571af3a84bc3bb158d3847a2ea646950 /chrome/common/automation_messages_internal.h | |
parent | 980f535b88a854e55bd1af4ba744df0278af5012 (diff) | |
download | chromium_src-af7004679e915fabdcebbc0e3598886e3678f155.zip chromium_src-af7004679e915fabdcebbc0e3598886e3678f155.tar.gz chromium_src-af7004679e915fabdcebbc0e3598886e3678f155.tar.bz2 |
Remove the ChromeFrame specific cookie code between the renderer and browser process.
BUG=316496
R=ananta@chromium.org
Review URL: https://codereview.chromium.org/102763005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/automation_messages_internal.h')
-rw-r--r-- | chrome/common/automation_messages_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h index 0625ef9..0386d8d 100644 --- a/chrome/common/automation_messages_internal.h +++ b/chrome/common/automation_messages_internal.h @@ -636,7 +636,7 @@ IPC_MESSAGE_ROUTED2(AutomationMsg_RequestEnd, IPC_MESSAGE_CONTROL1(AutomationMsg_PrintAsync, int /* tab_handle */) -IPC_MESSAGE_ROUTED2(AutomationMsg_SetCookieAsync, +IPC_MESSAGE_ROUTED2(AutomationMsg_DEPRECATED_SetCookieAsync, GURL /* url */, std::string /* cookie */) @@ -789,11 +789,11 @@ IPC_MESSAGE_CONTROL1(AutomationMsg_BrowserMove, #endif // Used to get cookies for the given URL. -IPC_MESSAGE_ROUTED2(AutomationMsg_GetCookiesFromHost, +IPC_MESSAGE_ROUTED2(AutomationMsg_DEPRECATED_GetCookiesFromHost, GURL /* url */, int /* opaque_cookie_id */) -IPC_MESSAGE_CONTROL5(AutomationMsg_GetCookiesHostResponse, +IPC_MESSAGE_CONTROL5(AutomationMsg_DEPRECATED_GetCookiesHostResponse, int /* tab_handle */, bool /* success */, GURL /* url */, |