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

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

Issue 2491623003: Show realm in device owner notice (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »
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 5e8cf41b48aad5a2d63c363dec8f40c904db36a8..98d1aacc32c74692a1a5447817cb87bed95348af 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -104,6 +104,10 @@ class ASH_EXPORT SystemTrayDelegate {
// Returns the domain that manages the device, if it is enterprise-enrolled.
virtual std::string GetEnterpriseDomain() const;
+ // Returns the realm that manages the device, if it is enterprise enrolled
+ // with Active Directory and joined the realm (Active Directory domain).
+ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698