diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 21:26:04 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 21:26:04 +0000 |
commit | 6f7699f47545ca638b0629ca6173ff8e28cfdd18 (patch) | |
tree | 2c3226580732782cf19b60f8f31c2a401a6b9fa6 /ash/session_state_delegate_stub.h | |
parent | 556dab216bb1bfd18ba4531b41e3a6a34da50ba3 (diff) | |
download | chromium_src-6f7699f47545ca638b0629ca6173ff8e28cfdd18.zip chromium_src-6f7699f47545ca638b0629ca6173ff8e28cfdd18.tar.gz chromium_src-6f7699f47545ca638b0629ca6173ff8e28cfdd18.tar.bz2 |
Adding forwards / backwards cycling hotkey through logged in users
This does not add the keys to the keyboard overlay page. I am investigating that in parallel (note that these keys are only in an experiment behind (several) flags and as such this might not even be required for now).
BUG=321629
TEST=unittest (additionally tested visually)
Review URL: https://codereview.chromium.org/104403003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/session_state_delegate_stub.h')
-rw-r--r-- | ash/session_state_delegate_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/session_state_delegate_stub.h b/ash/session_state_delegate_stub.h index 6fe1eb9..f496e6b 100644 --- a/ash/session_state_delegate_stub.h +++ b/ash/session_state_delegate_stub.h @@ -38,7 +38,7 @@ class SessionStateDelegateStub : public SessionStateDelegate { ash::MultiProfileIndex index) const OVERRIDE; virtual void GetLoggedInUsers(UserIdList* users) OVERRIDE; virtual void SwitchActiveUser(const std::string& user_id) OVERRIDE; - virtual void SwitchActiveUserToNext() OVERRIDE; + virtual void CycleActiveUser(CycleUser cycle_user) OVERRIDE; virtual void AddSessionStateObserver( ash::SessionStateObserver* observer) OVERRIDE; virtual void RemoveSessionStateObserver( |