summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.h
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.h
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.h')
-rw-r--r--chrome/browser/automation/testing_automation_provider.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 28ecce3..7ba1660 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1346,18 +1346,12 @@ class TestingAutomationProvider : public AutomationProvider,
void ToggleNetworkDevice(base::DictionaryValue* args,
IPC::Message* reply_message);
- void GetProxySettings(base::DictionaryValue* args,
- IPC::Message* reply_message);
-
void SetProxySettings(base::DictionaryValue* args,
IPC::Message* reply_message);
void SetSharedProxies(base::DictionaryValue* args,
IPC::Message* reply_message);
- void RefreshInternetDetails(base::DictionaryValue* args,
- IPC::Message* reply_message);
-
void ConnectToCellularNetwork(base::DictionaryValue* args,
IPC::Message* reply_message);