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

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

Issue 11946017: Remove old cloud policy code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits. Created 7 years, 11 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 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"] =

Powered by Google App Engine
This is Rietveld 408576698