| 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 9ae23bd0ad2ccbcc10ea21fb4b79e553d91abe1f..a08a82fcd4760030ad2020f72031294496bcd30c 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;
|
|
|