Chromium Code Reviews| 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 f2c995d035be49833afe1ee7ce3d3609e98f5ed6..2a314a3841cc532c3a8635644e48490898d2d7b7 100644 |
| --- a/chrome/browser/automation/testing_automation_provider.cc |
| +++ b/chrome/browser/automation/testing_automation_provider.cc |
| @@ -1762,28 +1762,9 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() { |
| handler_map_["NetworkScan"] = &TestingAutomationProvider::NetworkScan; |
| handler_map_["ToggleNetworkDevice"] = |
| &TestingAutomationProvider::ToggleNetworkDevice; |
| - handler_map_["ConnectToCellularNetwork"] = |
| - &TestingAutomationProvider::ConnectToCellularNetwork; |
| - handler_map_["DisconnectFromCellularNetwork"] = |
| - &TestingAutomationProvider::DisconnectFromCellularNetwork; |
| - handler_map_["ConnectToWifiNetwork"] = |
| - &TestingAutomationProvider::ConnectToWifiNetwork; |
| - handler_map_["ConnectToHiddenWifiNetwork"] = |
|
gauravsh
2013/08/20 23:49:21
Isn't this still being used in pyauto.py and chrom
|
| - &TestingAutomationProvider::ConnectToHiddenWifiNetwork; |
| - handler_map_["DisconnectFromWifiNetwork"] = |
| - &TestingAutomationProvider::DisconnectFromWifiNetwork; |
| handler_map_["ForgetWifiNetwork"] = |
| &TestingAutomationProvider::ForgetWifiNetwork; |
| - handler_map_["AddPrivateNetwork"] = |
| - &TestingAutomationProvider::AddPrivateNetwork; |
| - handler_map_["GetPrivateNetworkInfo"] = |
| - &TestingAutomationProvider::GetPrivateNetworkInfo; |
| - handler_map_["ConnectToPrivateNetwork"] = |
| - &TestingAutomationProvider::ConnectToPrivateNetwork; |
| - handler_map_["DisconnectFromPrivateNetwork"] = |
| - &TestingAutomationProvider::DisconnectFromPrivateNetwork; |
| - |
| handler_map_["EnableSpokenFeedback"] = |
| &TestingAutomationProvider::EnableSpokenFeedback; |
| handler_map_["IsSpokenFeedbackEnabled"] = |
| @@ -1799,10 +1780,6 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() { |
| handler_map_["SetMute"] = &TestingAutomationProvider::SetMute; |
| handler_map_["OpenCrosh"] = &TestingAutomationProvider::OpenCrosh; |
| - handler_map_["SetProxySettings"] = |
| - &TestingAutomationProvider::SetProxySettings; |
| - handler_map_["SetSharedProxies"] = |
| - &TestingAutomationProvider::SetSharedProxies; |
| browser_handler_map_["GetTimeInfo"] = |
| &TestingAutomationProvider::GetTimeInfo; |