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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index 680cca98115e0c7b070be845bda048ed178f12c9..1443d203b93b23dd88d51a9bfc72164c37a2b8b4 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -82,6 +82,7 @@ class SystemTrayDelegateChromeOS
void Initialize() override;
ash::LoginStatus GetUserLoginStatus() const override;
std::string GetEnterpriseDomain() const override;
+ std::string GetEnterpriseRealm() const override;
base::string16 GetEnterpriseMessage() const override;
std::string GetSupervisedUserManager() const override;
base::string16 GetSupervisedUserManagerName() const override;
@@ -260,6 +261,7 @@ class SystemTrayDelegateChromeOS
bool have_session_length_limit_ = false;
base::TimeDelta session_length_limit_;
std::string enterprise_domain_;
+ std::string enterprise_realm_;
bool should_run_bluetooth_discovery_ = false;
bool session_started_ = false;
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698