| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 5968c6c77e41a2d8d9b73e98b8d760673c22a5e7..d63b873c2bd10a1dde58cf7e550fead12d6a0b22 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2087,6 +2087,10 @@ void TestingAutomationProvider::SendJSONRequest(int handle,
|
|
|
| handler_map["GetNetworkInfo"] = &TestingAutomationProvider::GetNetworkInfo;
|
| handler_map["NetworkScan"] = &TestingAutomationProvider::NetworkScan;
|
| + handler_map["GetProxySettings"] =
|
| + &TestingAutomationProvider::GetProxySettings;
|
| + handler_map["SetProxySettings"] =
|
| + &TestingAutomationProvider::SetProxySettings;
|
| handler_map["ConnectToWifiNetwork"] =
|
| &TestingAutomationProvider::ConnectToWifiNetwork;
|
| handler_map["DisconnectFromWifiNetwork"] =
|
|
|