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

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

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/test/test_session_state_delegate.h ('k') | ash/mus/bridge/wm_shell_mus.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.cc
diff --git a/ash/common/test/test_session_state_delegate.cc b/ash/common/test/test_session_state_delegate.cc
index 928e6b3aa78c21afa26110492b6efc1bf967821d..265c048705225444ce6dc5a3db832dc810e427e1 100644
--- a/ash/common/test/test_session_state_delegate.cc
+++ b/ash/common/test/test_session_state_delegate.cc
@@ -234,7 +234,7 @@ void TestSessionStateDelegate::SwitchActiveUser(const AccountId& account_id) {
NOTREACHED() << "Unknown user:" << account_id.GetUserEmail();
}
-void TestSessionStateDelegate::CycleActiveUser(CycleUser cycle_user) {
+void TestSessionStateDelegate::CycleActiveUser(CycleUserDirection direction) {
SwitchActiveUser(AccountId::FromUserEmail("someone@tray"));
}
« no previous file with comments | « ash/common/test/test_session_state_delegate.h ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698