| Index: content/shell/shell_browser_main_parts.cc
|
| diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc
|
| index 87bf75be4c6d4d0f56795b6673eb7a2726a31e26..dfd724df7edef312c218fd8b7ee2137d84b0d0ef 100644
|
| --- a/content/shell/shell_browser_main_parts.cc
|
| +++ b/content/shell/shell_browser_main_parts.cc
|
| @@ -104,6 +104,9 @@ bool ShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
|
| }
|
|
|
| void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
| +#if defined(USE_AURA)
|
| + Shell::PlatformExit();
|
| +#endif
|
| if (devtools_delegate_)
|
| devtools_delegate_->Stop();
|
| browser_context_.reset();
|
|
|