| Index: chrome/browser/automation/testing_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.h (revision 106059)
|
| +++ chrome/browser/automation/testing_automation_provider.h (working copy)
|
| @@ -1269,10 +1269,10 @@
|
| 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,
|
|
|