diff options
author | pneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 11:49:10 +0000 |
---|---|---|
committer | pneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 11:49:10 +0000 |
commit | 537a42eb0eac0303d8a9ee98b55bc32eb697c71f (patch) | |
tree | 16b890a3375571c6c00721ac5a2c6ab1aecb14ff /chrome/browser/automation/testing_automation_provider.cc | |
parent | 2a9d2c1d0978bb0452c90d3261dcd73461556469 (diff) | |
download | chromium_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.cc | 4 |
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; |