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

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

Issue 6737035: Proxy settings automation hooks and related proxy settings fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial commit. Created 9 years, 9 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.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index c8a18d97c74f33b888c151bec6160188f5e41aba..09f2eaa3a48527352655ad6ea704d19c8e4d6c5e 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1034,6 +1034,10 @@ class TestingAutomationProvider : public AutomationProvider,
void NetworkScan(DictionaryValue* args, IPC::Message* reply_message);
+ void GetProxySettings(DictionaryValue* args, IPC::Message* reply_message);
+
+ void SetProxySetting(DictionaryValue* args, IPC::Message* reply_message);
Nirnimesh 2011/04/04 21:38:27 append 's' to the method name
dtu 2011/04/04 22:48:57 Done.
+
void ConnectToWifiNetwork(DictionaryValue* args, IPC::Message* reply_message);
void DisconnectFromWifiNetwork(DictionaryValue* args,

Powered by Google App Engine
This is Rietveld 408576698