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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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
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 04a9fccb3aa8adaf55cc97ec8d877ef74c234a2d..5570d339b1400e7ba801894f93a71b6f667f8e56 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -81,6 +81,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;
@@ -263,6 +264,7 @@ class SystemTrayDelegateChromeOS
bool have_session_length_limit_;
base::TimeDelta session_length_limit_;
std::string enterprise_domain_;
+ std::string enterprise_realm_;
bool should_run_bluetooth_discovery_;
bool session_started_;

Powered by Google App Engine
This is Rietveld 408576698