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

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: nits Created 7 years, 7 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
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..bfb34d117dd93843e1e27ee1d627bff5160876f2 100644
--- a/ash/session_state_delegate_stub.cc
+++ b/ash/session_state_delegate_stub.cc
@@ -70,4 +70,12 @@ void SessionStateDelegateStub::GetLoggedInUsers(
void SessionStateDelegateStub::SwitchActiveUser(const std::string& email) {
}
+void SessionStateDelegateStub::AddSessionStateObserver(
+ ash::SessionStateObserver* observer) {
+}
+
+void SessionStateDelegateStub::RemoveSessionStateObserver(
+ ash::SessionStateObserver* observer) {
+}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698