| Index: ash/session_state_delegate_stub.cc
|
| diff --git a/ash/session_state_delegate_stub.cc b/ash/session_state_delegate_stub.cc
|
| index 86ce36660f589c5951e60a7daa85ca87d7e6c8ce..bfb34d117dd93843e1e27ee1d627bff5160876f2 100644
|
| --- a/ash/session_state_delegate_stub.cc
|
| +++ b/ash/session_state_delegate_stub.cc
|
| @@ -70,4 +70,12 @@ void SessionStateDelegateStub::GetLoggedInUsers(
|
| void SessionStateDelegateStub::SwitchActiveUser(const std::string& email) {
|
| }
|
|
|
| +void SessionStateDelegateStub::AddSessionStateObserver(
|
| + ash::SessionStateObserver* observer) {
|
| +}
|
| +
|
| +void SessionStateDelegateStub::RemoveSessionStateObserver(
|
| + ash::SessionStateObserver* observer) {
|
| +}
|
| +
|
| } // namespace ash
|
|
|