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

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

Issue 10408072: Rewrite of the EnrollEnterpriseDevice PyAuto automation hook for WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 d1d0a40f35399f63d268214915791577a7674c58..38801ba5e63f2d554363d4b1af78431c2b67f3f5 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1809,8 +1809,10 @@ void TestingAutomationProvider::SendJSONRequest(int handle,
&TestingAutomationProvider::IsEnterpriseDevice;
handler_map["GetEnterprisePolicyInfo"] =
&TestingAutomationProvider::GetEnterprisePolicyInfo;
- handler_map["EnrollEnterpriseDevice"] =
- &TestingAutomationProvider::EnrollEnterpriseDevice;
+ handler_map["ShowEnterpriseWizard"] =
+ &TestingAutomationProvider::ShowEnterpriseWizard;
+ handler_map["AddEnrollmentObserver"] =
+ &TestingAutomationProvider::AddEnrollmentObserver;
handler_map["EnableSpokenFeedback"] =
&TestingAutomationProvider::EnableSpokenFeedback;

Powered by Google App Engine
This is Rietveld 408576698