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

Unified Diff: ash/common/system/tray/system_tray_delegate.h

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray_delegate.cc » ('j') | chromeos/dbus/authpolicy_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_delegate.h
diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
index da6beec02f819673ec735ee769da817bca55a25e..119e5dfa25b40fd6d02a550bfe2a1e7f505a75d8 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -121,6 +121,9 @@ class ASH_EXPORT SystemTrayDelegate {
// Returns the domain that manages the device, if it is enterprise-enrolled.
virtual std::string GetEnterpriseDomain() const;
+ // Returns the AD realm that manages the device, if it is domain joined.
+ virtual std::string GetEnterpriseRealm() const;
+
// Returns notification for enterprise enrolled devices.
virtual base::string16 GetEnterpriseMessage() const;
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray_delegate.cc » ('j') | chromeos/dbus/authpolicy_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698