| Index: ash/session_state_delegate_stub.h
|
| diff --git a/ash/session_state_delegate_stub.h b/ash/session_state_delegate_stub.h
|
| index 4a118331e7fc2e5de7417c0411abe3c50e20f847..8c27e9af0d7de2982d1496788dd6653b1087bddd 100644
|
| --- a/ash/session_state_delegate_stub.h
|
| +++ b/ash/session_state_delegate_stub.h
|
| @@ -19,6 +19,8 @@ class SessionStateDelegateStub : public SessionStateDelegate {
|
| virtual ~SessionStateDelegateStub();
|
|
|
| // SessionStateDelegate:
|
| + virtual content::BrowserContext* GetBrowserContextByIndex(
|
| + MultiProfileIndex index) OVERRIDE;
|
| virtual int GetMaximumNumberOfLoggedInUsers() const OVERRIDE;
|
| virtual int NumberOfLoggedInUsers() const OVERRIDE;
|
| virtual bool IsActiveUserSessionStarted() const OVERRIDE;
|
| @@ -35,8 +37,8 @@ class SessionStateDelegateStub : public SessionStateDelegate {
|
| 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;
|
| + content::BrowserContext* context) const OVERRIDE;
|
| + virtual bool ShouldShowAvatar(aura::Window* window) OVERRIDE;
|
| virtual void SwitchActiveUser(const std::string& user_id) OVERRIDE;
|
| virtual void CycleActiveUser(CycleUser cycle_user) OVERRIDE;
|
| virtual void AddSessionStateObserver(
|
|
|