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

Unified Diff: ash/session_state_delegate_stub.cc

Issue 15718003: Add SessionStateObserver with ActiveUserChanged() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & add SessionStateDelegateChromeos Created 7 years, 6 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/session_state_delegate_stub.h ('k') | ash/session_state_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/session_state_delegate_stub.cc
diff --git a/ash/session_state_delegate_stub.cc b/ash/session_state_delegate_stub.cc
index 86ce36660f589c5951e60a7daa85ca87d7e6c8ce..5e610d72c496c1ae7dc7d58a6c09303c5d38f03f 100644
--- a/ash/session_state_delegate_stub.cc
+++ b/ash/session_state_delegate_stub.cc
@@ -63,11 +63,18 @@ const gfx::ImageSkia& SessionStateDelegateStub::GetUserImage(
return null_image_;
}
-void SessionStateDelegateStub::GetLoggedInUsers(
- UserEmailList* users) {
+void SessionStateDelegateStub::GetLoggedInUsers(UserIdList* users) {
}
-void SessionStateDelegateStub::SwitchActiveUser(const std::string& email) {
+void SessionStateDelegateStub::SwitchActiveUser(const std::string& user_id) {
+}
+
+void SessionStateDelegateStub::AddSessionStateObserver(
+ ash::SessionStateObserver* observer) {
+}
+
+void SessionStateDelegateStub::RemoveSessionStateObserver(
+ ash::SessionStateObserver* observer) {
}
} // namespace ash
« no previous file with comments | « ash/session_state_delegate_stub.h ('k') | ash/session_state_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698