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

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

Issue 11377133: Customize user details in ash system bubble for public account mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/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 7602c4f64f0ca0741c92169e9b221e6dc2deda59..a0124a5d3f28045ec8b899a809eb2428e59f701a 100644
--- a/ash/system/tray/test_system_tray_delegate.cc
+++ b/ash/system/tray/test_system_tray_delegate.cc
@@ -84,6 +84,10 @@ user::LoginStatus TestSystemTrayDelegate::GetUserLoginStatus() const {
user::LOGGED_IN_USER;
}
+const std::string TestSystemTrayDelegate::GetEnterpriseDomain() const {
+ return "";
+}
+
bool TestSystemTrayDelegate::SystemShouldUpgrade() const {
return true;
}
@@ -123,6 +127,9 @@ void TestSystemTrayDelegate::ShowIMESettings() {
void TestSystemTrayDelegate::ShowHelp() {
}
+void TestSystemTrayDelegate::ShowPublicAccountInfo() {
+}
+
void TestSystemTrayDelegate::ShutDown() {
MessageLoop::current()->Quit();
}

Powered by Google App Engine
This is Rietveld 408576698