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

Unified Diff: chrome/browser/ui/ash/session_state_delegate_chromeos.h

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: chrome/browser/ui/ash/session_state_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/session_state_delegate_chromeos.h b/chrome/browser/ui/ash/session_state_delegate_chromeos.h
index c8664da1e214533b0d48c474df6431c7939c738e..4ef9ca606dfa860c090d142a3bafb4be3cbdba68 100644
--- a/chrome/browser/ui/ash/session_state_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/session_state_delegate_chromeos.h
@@ -43,7 +43,7 @@ class SessionStateDelegateChromeos
bool ShouldShowAvatar(ash::WmWindow* window) const override;
gfx::ImageSkia GetAvatarImageForWindow(ash::WmWindow* window) const override;
void SwitchActiveUser(const AccountId& account_id) override;
- void CycleActiveUser(CycleUser cycle_user) override;
+ void CycleActiveUser(ash::CycleUserDirection direction) override;
bool IsMultiProfileAllowedByPrimaryUserPolicy() const override;
void AddSessionStateObserver(ash::SessionStateObserver* observer) override;
void RemoveSessionStateObserver(ash::SessionStateObserver* observer) override;
« no previous file with comments | « chrome/browser/ui/ash/session_controller_client.cc ('k') | chrome/browser/ui/ash/session_state_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698