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

Unified Diff: chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: nit Created 4 years, 1 month 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/chromeos/login/enrollment/enrollment_screen_actor.h
diff --git a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
index 28a1ef4f09e21b09bda59d9019030e32a3c5e825..60cd18e2ecf6e0db5c88b8c5d7ba3ee5afbede3b 100644
--- a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
+++ b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
@@ -32,6 +32,7 @@ class EnrollmentScreenActor {
virtual void OnRetry() = 0;
virtual void OnCancel() = 0;
virtual void OnConfirmationClosed() = 0;
+ virtual void OnAdJoined(const std::string& realm) = 0;
virtual void OnDeviceAttributeProvided(const std::string& asset_id,
const std::string& location) = 0;
};
@@ -54,6 +55,9 @@ class EnrollmentScreenActor {
// Shows the signin screen.
virtual void ShowSigninScreen() = 0;
+ // Shows the AD domain joining screen.
+ virtual void ShowAdJoin() = 0;
+
// Shows the device attribute prompt screen.
virtual void ShowAttributePromptScreen(const std::string& asset_id,
const std::string& location) = 0;

Powered by Google App Engine
This is Rietveld 408576698