Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2237)

Unified Diff: chrome/common/automation_messages_internal.h

Issue 102763005: Remove the ChromeFrame specific cookie code between the renderer and browser process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/automation_messages_internal.h
===================================================================
--- chrome/common/automation_messages_internal.h (revision 240900)
+++ chrome/common/automation_messages_internal.h (working copy)
@@ -636,7 +636,7 @@
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 @@
#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 */,
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698