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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.h

Issue 2587453002: Chromad: Use different enterprise messaging in tray bubble. (Closed)
Patch Set: Remove braces Created 4 years 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 | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 668fd0f838668c950fd959fe8048b856c2fd04b2..b2276f64d0c54f6ede9ab29f9a7a1138c59c8e84 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -78,7 +78,6 @@ 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;
@@ -235,7 +234,7 @@ class SystemTrayDelegateChromeOS
bool have_session_length_limit_ = false;
base::TimeDelta session_length_limit_;
std::string enterprise_domain_;
- std::string enterprise_realm_;
+ bool is_active_directory_managed_ = false;
bool should_run_bluetooth_discovery_ = false;
bool session_started_ = false;
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('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