diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 18:25:06 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 18:25:06 +0000 |
commit | d12cc5eb9f07b73701a42ebceefed4780a7e20b6 (patch) | |
tree | e9938eaba7cd2a1c3f949dd4eebb935499b693c2 /ash/session_state_delegate_stub.h | |
parent | 60d0f74ac0bda4cd007fd4800ee8941bb2746d0d (diff) | |
download | chromium_src-d12cc5eb9f07b73701a42ebceefed4780a7e20b6.zip chromium_src-d12cc5eb9f07b73701a42ebceefed4780a7e20b6.tar.gz chromium_src-d12cc5eb9f07b73701a42ebceefed4780a7e20b6.tar.bz2 |
Adding "teleport windows to user X" context menu
This adds the teleport items to the context menu. At the same time I was also adding a GetUserID function to the SessionStateController to avoid adding the sanitization of the user names all over the place.
BUG=306143
TEST=visual, a few things got handled by unit tests
Review URL: https://codereview.chromium.org/27217003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229607 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, 2 insertions, 0 deletions
diff --git a/ash/session_state_delegate_stub.h b/ash/session_state_delegate_stub.h index 96e8364..894759d 100644 --- a/ash/session_state_delegate_stub.h +++ b/ash/session_state_delegate_stub.h @@ -32,6 +32,8 @@ class SessionStateDelegateStub : public SessionStateDelegate { ash::MultiProfileIndex index) const OVERRIDE; virtual const std::string GetUserEmail( ash::MultiProfileIndex index) const OVERRIDE; + virtual const std::string GetUserID( + ash::MultiProfileIndex index) const OVERRIDE; virtual const gfx::ImageSkia& GetUserImage( ash::MultiProfileIndex index) const OVERRIDE; virtual void GetLoggedInUsers(UserIdList* users) OVERRIDE; |