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

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: Actually upload the code I intended to upload. 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 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"] =

Powered by Google App Engine
This is Rietveld 408576698