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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 10804038: Convert cookie and download automation commands to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 months 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/automation/testing_automation_provider.cc ('k') | chrome/test/automation/browser_proxy.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
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index b7badc4ba790454824149381c057deaa66cee2d2..dbf09256f98eb42229c88835c7bbb480cbea4d9d 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -71,7 +71,7 @@ IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_GetCookies,
// identified by the third parameter. The first parameter is the URL
// string, and the second parameter is the cookie name and value to be set.
// The return value is a non-negative value on success.
-IPC_SYNC_MESSAGE_CONTROL3_1(AutomationMsg_SetCookie,
+IPC_SYNC_MESSAGE_CONTROL3_1(AutomationMsg_DEPRECATED_SetCookie,
GURL,
std::string,
int,
@@ -156,7 +156,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(AutomationMsg_DomOperation,
execution */)
// Is the Download Shelf visible for the specified browser?
-IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_ShelfVisibility,
+IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_DEPRECATED_ShelfVisibility,
int /* browser_handle */,
bool /* is_visible */)
@@ -218,7 +218,7 @@ IPC_MESSAGE_CONTROL1(AutomationMsg_DEPRECATED_SetFilteredInet,
bool /* enabled */)
// Gets the directory that downloads will occur in for the active profile.
-IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_DownloadDirectory,
+IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_DEPRECATED_DownloadDirectory,
int /* tab_handle */,
FilePath /* directory */)
@@ -466,7 +466,7 @@ IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_BringBrowserToFront,
// - int: IDC message identifier to query if enabled
// Response:
// - bool: True if the command is enabled on the menu
-IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_IsMenuCommandEnabled,
+IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_DEPRECATED_IsMenuCommandEnabled,
int,
int,
bool)
@@ -594,7 +594,7 @@ IPC_MESSAGE_CONTROL1(AutomationMsg_SetProxyConfig,
std::string /* proxy_config_json_string */)
// Sets Download Shelf visibility for the specified browser.
-IPC_SYNC_MESSAGE_CONTROL2_0(AutomationMsg_SetShelfVisibility,
+IPC_SYNC_MESSAGE_CONTROL2_0(AutomationMsg_DEPRECATED_SetShelfVisibility,
int /* browser_handle */,
bool /* is_visible */)
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/automation/browser_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698