From d12cc5eb9f07b73701a42ebceefed4780a7e20b6 Mon Sep 17 00:00:00 2001 From: "skuhne@chromium.org" Date: Sat, 19 Oct 2013 18:25:06 +0000 Subject: 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 --- ash/session_state_delegate_stub.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ash/session_state_delegate_stub.h') 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; -- cgit v1.1