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

Unified Diff: chrome/test/automation/automation_proxy.cc

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_proxy.h ('k') | net/proxy/proxy_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.cc
===================================================================
--- chrome/test/automation/automation_proxy.cc (revision 16185)
+++ chrome/test/automation/automation_proxy.cc (working copy)
@@ -365,6 +365,10 @@
return Send(new AutomationMsg_SetFilteredInet(0, enabled));
}
+bool AutomationProxy::SendProxyConfig(const std::string& new_proxy_config) {
+ return Send(new AutomationMsg_SetProxyConfig(0, new_proxy_config));
+}
+
void AutomationProxy::Disconnect() {
channel_.reset();
}
« no previous file with comments | « chrome/test/automation/automation_proxy.h ('k') | net/proxy/proxy_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698