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

Unified Diff: ash/mus/bridge/wm_shell_mus.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.cc ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index ac17b7a6b150faeffa875f85a6f5e61e0b6901bc..87728714c6c3564f6c10ea0186c9a13acd5aefc1 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -94,7 +94,7 @@ class SessionStateDelegateStub : public SessionStateDelegate {
return gfx::ImageSkia();
}
void SwitchActiveUser(const AccountId& account_id) override {}
- void CycleActiveUser(CycleUser cycle_user) override {}
+ void CycleActiveUser(CycleUserDirection direction) override {}
bool IsMultiProfileAllowedByPrimaryUserPolicy() const override {
return true;
}
« no previous file with comments | « ash/common/test/test_session_state_delegate.cc ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698