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

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

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: Fixed nit Created 4 years, 2 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/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..97f8d7cd0ca407c110e5abd4cc7e3ffcc5364093 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,8 @@ class EnrollmentScreenActor {
// Shows the signin screen.
virtual void ShowSigninScreen() = 0;
+ virtual void ShowADJoin() = 0;
Alexander Alekseev 2016/10/28 10:49:11 Document this, please.
Roman Sorokin (ftl) 2016/10/28 12:35:28 Done.
+
// 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