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

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

Issue 6737035: Proxy settings automation hooks and related proxy settings fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove cache_ and related function. 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.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 5968c6c77e41a2d8d9b73e98b8d760673c22a5e7..d63b873c2bd10a1dde58cf7e550fead12d6a0b22 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -2087,6 +2087,10 @@ void TestingAutomationProvider::SendJSONRequest(int handle,
handler_map["GetNetworkInfo"] = &TestingAutomationProvider::GetNetworkInfo;
handler_map["NetworkScan"] = &TestingAutomationProvider::NetworkScan;
+ handler_map["GetProxySettings"] =
+ &TestingAutomationProvider::GetProxySettings;
+ handler_map["SetProxySettings"] =
+ &TestingAutomationProvider::SetProxySettings;
handler_map["ConnectToWifiNetwork"] =
&TestingAutomationProvider::ConnectToWifiNetwork;
handler_map["DisconnectFromWifiNetwork"] =

Powered by Google App Engine
This is Rietveld 408576698