diff options
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.h')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h index c0e5d7b..69f1c7d 100644 --- a/chrome/browser/automation/testing_automation_provider.h +++ b/chrome/browser/automation/testing_automation_provider.h @@ -1255,10 +1255,12 @@ class TestingAutomationProvider : public AutomationProvider, 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, |