| Index: chrome/browser/ui/ash/session_state_delegate_views.h
|
| diff --git a/chrome/browser/ui/ash/session_state_delegate_views.h b/chrome/browser/ui/ash/session_state_delegate_views.h
|
| index 549326f450a05374bbe8c0f05a6085ebc4859c8d..fabdcd6ad77cfa3be0dbd16d5ebe7f972d583442 100644
|
| --- a/chrome/browser/ui/ash/session_state_delegate_views.h
|
| +++ b/chrome/browser/ui/ash/session_state_delegate_views.h
|
| @@ -35,6 +35,8 @@ class SessionStateDelegate : public ash::SessionStateDelegate {
|
| virtual bool IsUserSessionBlocked() const OVERRIDE;
|
| virtual const base::string16 GetUserDisplayName(
|
| ash::MultiProfileIndex index) const OVERRIDE;
|
| + virtual const base::string16 GetUserGivenName(
|
| + ash::MultiProfileIndex index) const OVERRIDE;
|
| virtual const std::string GetUserEmail(
|
| ash::MultiProfileIndex index) const OVERRIDE;
|
| virtual const std::string GetUserID(
|
|
|