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

Unified Diff: chrome/test/automation/automation_messages_internal.h

Issue 113482: Adding the ability to alter Chrome's proxy settings via the automation interf... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/test/automation/automation_constants.h ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_messages_internal.h
===================================================================
--- chrome/test/automation/automation_messages_internal.h (revision 16185)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -335,6 +335,12 @@
IPC_MESSAGE_ROUTED1(AutomationMsg_SetFilteredInet,
bool /* enabled */)
+ // This message tells the browser to start using the new proxy configuration
+ // represented by the given JSON string. The parameters used in the JSON
+ // string are defined in automation_constants.h.
+ IPC_SYNC_MESSAGE_ROUTED1_0(AutomationMsg_SetProxyConfig,
+ std::string /* proxy_config_json_string */)
+
// Gets the directory that downloads will occur in for the active profile.
IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_DownloadDirectory,
int /* tab_handle */,
@@ -754,7 +760,7 @@
// A message for an external host.
IPC_MESSAGE_ROUTED4(AutomationMsg_ForwardMessageToExternalHost,
- int, // handle
+ int, /* handle */
std::string /* message */,
std::string /* origin */,
std::string /* target */)
« no previous file with comments | « chrome/test/automation/automation_constants.h ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698