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

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

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: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index b86b08546b1d5fb6032e11746332efe39a464aa7..2a38cc6cb94d425f2c8773071df2cda2fed35301 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -38,6 +38,10 @@ std::string SystemTrayDelegate::GetEnterpriseDomain() const {
return std::string();
}
+std::string SystemTrayDelegate::GetEnterpriseRealm() const {
+ return std::string();
+}
+
base::string16 SystemTrayDelegate::GetEnterpriseMessage() const {
return base::string16();
}
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698