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 a73c9831cbca617dae89f26639dc9141b7f2cd41..bd690b609375b9fc8cbe4ece6a32baeea7dea3b8 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"] = |