Index: chrome/browser/automation/automation_provider.h |
=================================================================== |
--- chrome/browser/automation/automation_provider.h (revision 16185) |
+++ chrome/browser/automation/automation_provider.h (working copy) |
@@ -201,6 +201,7 @@ |
IPC::Message* reply_message); |
void GetShelfVisibility(int handle, bool* visible); |
void SetFilteredInet(const IPC::Message& message, bool enabled); |
+ void SetProxyConfig(const std::string& new_proxy_config); |
#if defined(OS_WIN) |
// TODO(port): Replace POINT. |