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

Unified Diff: ash/test/test_session_state_delegate.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/test/test_session_state_delegate.h ('k') | chrome/browser/chromeos/login/crash_restore_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_session_state_delegate.cc
diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
index 22fdfacda994ee3569bbefad2d88d9a05a348543..1fdfef62945ee9a42eedcb03ce9b938ad341b102 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -88,13 +88,20 @@ const gfx::ImageSkia& TestSessionStateDelegate::GetUserImage(
return null_image_;
}
-void TestSessionStateDelegate::GetLoggedInUsers(UserEmailList* users) {
+void TestSessionStateDelegate::GetLoggedInUsers(UserIdList* users) {
}
void TestSessionStateDelegate::SwitchActiveUser(const std::string& email) {
activated_user_ = email;
}
+void TestSessionStateDelegate::AddSessionStateObserver(
+ ash::SessionStateObserver* observer) {
+}
+
+void TestSessionStateDelegate::RemoveSessionStateObserver(
+ ash::SessionStateObserver* observer) {
+}
} // namespace test
} // namespace ash
« no previous file with comments | « ash/test/test_session_state_delegate.h ('k') | chrome/browser/chromeos/login/crash_restore_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698