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

Unified Diff: ash/common/session/session_controller.h

Issue 2724163002: ash: Use enum for SessionController::CycleActiveUser (Closed)
Patch Set: 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
Index: ash/common/session/session_controller.h
diff --git a/ash/common/session/session_controller.h b/ash/common/session/session_controller.h
index c3acf43db07b2cb2df213b6080d32c52d33216d5..742abe266f00d366f73bc4f562df847d453efbd4 100644
--- a/ash/common/session/session_controller.h
+++ b/ash/common/session/session_controller.h
@@ -80,7 +80,7 @@ class ASH_EXPORT SessionController
// Switches the active user to the next or previous user, with the same
// ordering as user sessions are created.
- void CycleActiveUser(bool next_user);
+ void CycleActiveUser(CycleUser cycle_user);
void AddSessionStateObserver(SessionStateObserver* observer);
void RemoveSessionStateObserver(SessionStateObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698