Index: chrome/browser/automation/testing_automation_provider.h |
=================================================================== |
--- chrome/browser/automation/testing_automation_provider.h (revision 108608) |
+++ chrome/browser/automation/testing_automation_provider.h (working copy) |
@@ -1255,10 +1255,12 @@ |
void ToggleNetworkDevice(base::DictionaryValue* args, |
IPC::Message* reply_message); |
- void GetProxySettings(base::DictionaryValue* args, |
+ void GetProxySettings(Browser* browser, |
+ base::DictionaryValue* args, |
IPC::Message* reply_message); |
- void SetProxySettings(base::DictionaryValue* args, |
+ void SetProxySettings(Browser* browser, |
+ base::DictionaryValue* args, |
IPC::Message* reply_message); |
void ConnectToCellularNetwork(base::DictionaryValue* args, |