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

Unified Diff: ash/system/tray/test_system_tray_delegate.cc

Issue 14507003: Add tray warning for Locally managed users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win-aura compile error Created 7 years, 8 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
« no previous file with comments | « ash/system/tray/test_system_tray_delegate.h ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/test_system_tray_delegate.cc
diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
index c51784b4370b84db67093ace2152845b2bbede18..89d1bd4ef04e3dd6609d2a1239d758b510895bd9 100644
--- a/ash/system/tray/test_system_tray_delegate.cc
+++ b/ash/system/tray/test_system_tray_delegate.cc
@@ -122,6 +122,15 @@ const base::string16 TestSystemTrayDelegate::GetEnterpriseMessage() const {
return string16();
}
+const std::string TestSystemTrayDelegate::GetLocallyManagedUserManager() const {
+ return std::string();
+}
+
+const base::string16 TestSystemTrayDelegate::GetLocallyManagedUserMessage()
+ const {
+ return string16();
+}
+
bool TestSystemTrayDelegate::SystemShouldUpgrade() const {
return true;
}
@@ -170,6 +179,9 @@ void TestSystemTrayDelegate::ShowPublicAccountInfo() {
void TestSystemTrayDelegate::ShowEnterpriseInfo() {
}
+void TestSystemTrayDelegate::ShowLocallyManagedUserInfo() {
+}
+
void TestSystemTrayDelegate::ShowUserLogin() {
}
« no previous file with comments | « ash/system/tray/test_system_tray_delegate.h ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698