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

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

Issue 10408072: Rewrite of the EnrollEnterpriseDevice PyAuto automation hook for WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed nits. 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.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index ea66114110692ac143131b1057f0e26086456994..529d8071ea727e54bbf8c5dcafba66ddb85cb67e 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1415,8 +1415,11 @@ class TestingAutomationProvider : public AutomationProvider,
// Enterprise policy.
void IsEnterpriseDevice(DictionaryValue* args, IPC::Message* reply_message);
- void EnrollEnterpriseDevice(DictionaryValue* args,
- IPC::Message* reply_message);
+ void ShowEnterpriseWizard(DictionaryValue* args,
+ IPC::Message* reply_message);
+
+ void AddEnrollmentObserver(DictionaryValue* args,
+ IPC::Message* reply_message);
void GetEnterprisePolicyInfo(DictionaryValue* args,
IPC::Message* reply_message);

Powered by Google App Engine
This is Rietveld 408576698