| 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 7f988a839516b2c06a9209fbc33258556620e4df..0e315f73b119d2a55df3e99a32a861478a93515f 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -1758,15 +1758,6 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
|
|
|
| handler_map_["GetBatteryInfo"] = &TestingAutomationProvider::GetBatteryInfo;
|
|
|
| - handler_map_["GetNetworkInfo"] = &TestingAutomationProvider::GetNetworkInfo;
|
| - handler_map_["NetworkScan"] = &TestingAutomationProvider::NetworkScan;
|
| - handler_map_["ToggleNetworkDevice"] =
|
| - &TestingAutomationProvider::ToggleNetworkDevice;
|
| - handler_map_["ConnectToHiddenWifiNetwork"] =
|
| - &TestingAutomationProvider::ConnectToHiddenWifiNetwork;
|
| - handler_map_["ForgetWifiNetwork"] =
|
| - &TestingAutomationProvider::ForgetWifiNetwork;
|
| -
|
| handler_map_["EnableSpokenFeedback"] =
|
| &TestingAutomationProvider::EnableSpokenFeedback;
|
| handler_map_["IsSpokenFeedbackEnabled"] =
|
|
|