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

Unified Diff: ash/common/test/test_session_state_delegate.h

Issue 2724163002: ash: Use enum for SessionController::CycleActiveUser (Closed)
Patch Set: fix ash_shell_with_content compile Created 3 years, 10 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/common/session/session_state_delegate.h ('k') | ash/common/test/test_session_state_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/test_session_state_delegate.h
diff --git a/ash/common/test/test_session_state_delegate.h b/ash/common/test/test_session_state_delegate.h
index 9e8cf2dfcf010f1078463537b62c304a42f52f1b..eb71d540f849290862a1fa8359f04aba10dc4d61 100644
--- a/ash/common/test/test_session_state_delegate.h
+++ b/ash/common/test/test_session_state_delegate.h
@@ -48,7 +48,7 @@ class TestSessionStateDelegate : public SessionStateDelegate {
bool ShouldShowAvatar(WmWindow* window) const override;
gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override;
void SwitchActiveUser(const AccountId& account_id) override;
- void CycleActiveUser(CycleUser cycle_user) override;
+ void CycleActiveUser(CycleUserDirection direction) override;
bool IsMultiProfileAllowedByPrimaryUserPolicy() const override;
void AddSessionStateObserver(ash::SessionStateObserver* observer) override;
void RemoveSessionStateObserver(ash::SessionStateObserver* observer) override;
« no previous file with comments | « ash/common/session/session_state_delegate.h ('k') | ash/common/test/test_session_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698