| 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 662de60796ca215d8b8a5ca5db88865429be3f6f..767ff62c7b2baa3f3b71bf860b6469c1e69077e9 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -178,8 +178,8 @@ using content::InterstitialPage;
|
| using content::NativeWebKeyboardEvent;
|
| using content::NavigationController;
|
| using content::NavigationEntry;
|
| -using content::PluginService;
|
| using content::OpenURLParams;
|
| +using content::PluginService;
|
| using content::Referrer;
|
| using content::RenderViewHost;
|
| using content::SSLStatus;
|
| @@ -1798,13 +1798,6 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
|
| handler_map_["DisconnectFromPrivateNetwork"] =
|
| &TestingAutomationProvider::DisconnectFromPrivateNetwork;
|
|
|
| - handler_map_["IsEnterpriseDevice"] =
|
| - &TestingAutomationProvider::IsEnterpriseDevice;
|
| - handler_map_["GetEnterprisePolicyInfo"] =
|
| - &TestingAutomationProvider::GetEnterprisePolicyInfo;
|
| - handler_map_["EnrollEnterpriseDevice"] =
|
| - &TestingAutomationProvider::EnrollEnterpriseDevice;
|
| -
|
| handler_map_["EnableSpokenFeedback"] =
|
| &TestingAutomationProvider::EnableSpokenFeedback;
|
| handler_map_["IsSpokenFeedbackEnabled"] =
|
|
|