Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 23359003: Eliminate unused PYAUTO tests and TestingAutomationProvider methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 064df0163b8884e1c13164c5bc7dec4390ba301a..7f988a839516b2c06a9209fbc33258556620e4df 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1762,28 +1762,11 @@ 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"] =
&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 +1782,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;

Powered by Google App Engine
This is Rietveld 408576698