Chromium Code Reviews| Index: chrome/browser/automation/testing_automation_provider.h |
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h |
| index c8a18d97c74f33b888c151bec6160188f5e41aba..09f2eaa3a48527352655ad6ea704d19c8e4d6c5e 100644 |
| --- a/chrome/browser/automation/testing_automation_provider.h |
| +++ b/chrome/browser/automation/testing_automation_provider.h |
| @@ -1034,6 +1034,10 @@ class TestingAutomationProvider : public AutomationProvider, |
| void NetworkScan(DictionaryValue* args, IPC::Message* reply_message); |
| + void GetProxySettings(DictionaryValue* args, IPC::Message* reply_message); |
| + |
| + void SetProxySetting(DictionaryValue* args, IPC::Message* reply_message); |
|
Nirnimesh
2011/04/04 21:38:27
append 's' to the method name
dtu
2011/04/04 22:48:57
Done.
|
| + |
| void ConnectToWifiNetwork(DictionaryValue* args, IPC::Message* reply_message); |
| void DisconnectFromWifiNetwork(DictionaryValue* args, |