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(); |
} |