Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 2c393065aba614f7c7caa01fa365b5f490a2a9c8..2ca581e0457472780def8e5262bb61ddf3f0195a 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -1142,4 +1142,9 @@ void Shell::OnWindowActivated(aura::Window* gained_active, |
| target_root_window_ = gained_active->GetRootWindow(); |
| } |
| +void Shell::SetSessionStateDelegateForTesting( |
| + SessionStateDelegate* session_state_delegate) { |
| + session_state_delegate_.reset(session_state_delegate); |
| +} |
| + |
| } // namespace ash |