| Index: ash/session_state_delegate_stub.h
|
| diff --git a/ash/session_state_delegate_stub.h b/ash/session_state_delegate_stub.h
|
| index 707c53efa0a59aa58957a6e1b241aa9ace772ea9..78985831a4b7081f87fd2a34a3ef82488c9059dc 100644
|
| --- a/ash/session_state_delegate_stub.h
|
| +++ b/ash/session_state_delegate_stub.h
|
| @@ -34,6 +34,10 @@ class SessionStateDelegateStub : public SessionStateDelegate {
|
| ash::MultiProfileIndex index) const OVERRIDE;
|
| virtual void GetLoggedInUsers(UserEmailList* users) OVERRIDE;
|
| virtual void SwitchActiveUser(const std::string& email) OVERRIDE;
|
| + virtual void AddSessionStateObserver(
|
| + ash::SessionStateObserver* observer) OVERRIDE;
|
| + virtual void RemoveSessionStateObserver(
|
| + ash::SessionStateObserver* observer) OVERRIDE;
|
|
|
| private:
|
| bool screen_locked_;
|
|
|