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 436420e85279ccabfe023f2fec87b79535cefaae..cfe55013034e0746a590112992d90d48ab0f9d0e 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -180,8 +180,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; |
@@ -1800,13 +1800,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"] = |