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

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

Issue 14139003: Chrome OS multi-profiles backend and UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move IsMultiProfilesEnabled() out of cros 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 54dd0369e6effd3eea24cb738ca680efef788050..30e63e4fab10db903f95f3328c7d7c7402c0dad4 100644
--- a/ash/system/tray/test_system_tray_delegate.cc
+++ b/ash/system/tray/test_system_tray_delegate.cc
@@ -103,6 +103,12 @@ bool TestSystemTrayDelegate::IsOobeCompleted() const {
return true;
}
+void TestSystemTrayDelegate::GetLoggedInUsers(UserEmailList* users) {
+}
+
+void TestSystemTrayDelegate::SwitchActiveUser(const std::string& email) {
+}
+
void TestSystemTrayDelegate::ChangeProfilePicture() {
}
@@ -162,6 +168,9 @@ void TestSystemTrayDelegate::ShowPublicAccountInfo() {
void TestSystemTrayDelegate::ShowEnterpriseInfo() {
}
+void TestSystemTrayDelegate::ShowUserLogin() {
+}
+
void TestSystemTrayDelegate::ShutDown() {
MessageLoop::current()->Quit();
}
« 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