| OLD | NEW |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "ash/test/test_session_state_delegate.h" | 5 #include "ash/test/test_session_state_delegate.h" |
| 6 | 6 |
| 7 #include <algorithm> | 7 #include <algorithm> |
| 8 #include <string> | 8 #include <string> |
| 9 | 9 |
| 10 #include "ash/session/user_info.h" | 10 #include "ash/session/user_info.h" |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 } | 227 } |
| 228 | 228 |
| 229 void TestSessionStateDelegate::AddSessionStateObserver( | 229 void TestSessionStateDelegate::AddSessionStateObserver( |
| 230 SessionStateObserver* observer) { | 230 SessionStateObserver* observer) { |
| 231 } | 231 } |
| 232 | 232 |
| 233 void TestSessionStateDelegate::RemoveSessionStateObserver( | 233 void TestSessionStateDelegate::RemoveSessionStateObserver( |
| 234 SessionStateObserver* observer) { | 234 SessionStateObserver* observer) { |
| 235 } | 235 } |
| 236 | 236 |
| 237 void TestSessionStateDelegate::HideMultipleSigninScreen() { |
| 238 } |
| 239 |
| 237 } // namespace test | 240 } // namespace test |
| 238 } // namespace ash | 241 } // namespace ash |
| OLD | NEW |