summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 11:49:10 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 11:49:10 +0000
commit537a42eb0eac0303d8a9ee98b55bc32eb697c71f (patch)
tree16b890a3375571c6c00721ac5a2c6ab1aecb14ff /chrome/browser/automation/testing_automation_provider.cc
parent2a9d2c1d0978bb0452c90d3261dcd73461556469 (diff)
downloadchromium_src-537a42eb0eac0303d8a9ee98b55bc32eb697c71f.zip
chromium_src-537a42eb0eac0303d8a9ee98b55bc32eb697c71f.tar.gz
chromium_src-537a42eb0eac0303d8a9ee98b55bc32eb697c71f.tar.bz2
Migrate auto_tests about proxy configuration to browser_tests.
At the same time this - removes a lot of unnecessary code testing_automation_provider* and pyauto, - removes the dependency of testing_automation_provider* on ProxyConfigServiceImpl. BUG=234982 TEST=New browser_tests. Ran pyauto test testCachedCredentialsAddUser locally. Review URL: https://chromiumcodereview.appspot.com/16045005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r--chrome/browser/automation/testing_automation_provider.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 6f71e26..eeeb9c9 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1841,12 +1841,8 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
handler_map_["OpenCrosh"] = &TestingAutomationProvider::OpenCrosh;
handler_map_["SetProxySettings"] =
&TestingAutomationProvider::SetProxySettings;
- handler_map_["GetProxySettings"] =
- &TestingAutomationProvider::GetProxySettings;
handler_map_["SetSharedProxies"] =
&TestingAutomationProvider::SetSharedProxies;
- handler_map_["RefreshInternetDetails"] =
- &TestingAutomationProvider::RefreshInternetDetails;
browser_handler_map_["GetTimeInfo"] =
&TestingAutomationProvider::GetTimeInfo;