diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 05:22:33 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 05:22:33 +0000 |
commit | 79e7e602c4ac1c8031977a6725ea81b77f4abb24 (patch) | |
tree | ae3488ff3ae6b54ee94b947f21f180f17022ad86 /ash/session_state_delegate_stub.h | |
parent | c14b4b3bfcc1e77e8a5b31436a3668f0fc6ccecd (diff) | |
download | chromium_src-79e7e602c4ac1c8031977a6725ea81b77f4abb24.zip chromium_src-79e7e602c4ac1c8031977a6725ea81b77f4abb24.tar.gz chromium_src-79e7e602c4ac1c8031977a6725ea81b77f4abb24.tar.bz2 |
Animating and fading a dragged window when dragged onto a multi user icon in the tray
BUG=312550
TEST=unittest (& visually tested)
Review URL: https://codereview.chromium.org/50763005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231766 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 894759d..6fe1eb9 100644 --- a/ash/session_state_delegate_stub.h +++ b/ash/session_state_delegate_stub.h @@ -45,7 +45,7 @@ class SessionStateDelegateStub : public SessionStateDelegate { ash::SessionStateObserver* observer) OVERRIDE; virtual bool TransferWindowToDesktopOfUser( aura::Window* window, - ash::MultiProfileIndex index) const OVERRIDE; + ash::MultiProfileIndex index) OVERRIDE; private: bool screen_locked_; |