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

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: 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 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;

Powered by Google App Engine
This is Rietveld 408576698