Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 8f47b57568f57b3d1f3b93c9cc550ed72ddb865c..4c12d322a5359dd7e30e1f257cfeeea142a2d0c2 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -630,6 +630,8 @@ Shell::Shell(ShellDelegate* delegate) |
| Shell::~Shell() { |
| TRACE_EVENT0("shutdown", "ash::Shell::Destructor"); |
| + delegate_->PreShutdown(); |
| + |
| views::FocusManagerFactory::Install(NULL); |
| // Remove the focus from any window. This will prevent overhead and side |