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

Unified Diff: ash/mus/shell_delegate_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/mus/bridge/wm_shell_mus.cc ('k') | ash/public/cpp/session_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index a94d858e8eaa0f577496c35542c4cd92a727fda8..2f17564444f62a53bfb5ae558b43ffb71ef4a932 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -65,7 +65,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/mus/bridge/wm_shell_mus.cc ('k') | ash/public/cpp/session_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698