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

Unified Diff: ash/shell/shell_delegate_impl.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
Index: ash/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 5e181491f1646ab2a8fdf32280f14beb0a6b1004..e77396a317b4b534f424ccdf6e5c32888261b55e 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -102,7 +102,7 @@ class SessionStateDelegateImpl : 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/public/interfaces/session_controller_traits.h ('k') | chrome/browser/ui/ash/session_controller_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698