diff options
Diffstat (limited to 'content/browser/browser_main_runner.cc')
-rw-r--r-- | content/browser/browser_main_runner.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc index f98ece3..c061658 100644 --- a/content/browser/browser_main_runner.cc +++ b/content/browser/browser_main_runner.cc @@ -186,7 +186,9 @@ class BrowserMainRunnerImpl : public BrowserMainRunner { if (!main_loop_->InitializeToolkit()) return 1; + main_loop_->PreMainMessageLoopStart(); main_loop_->MainMessageLoopStart(); + main_loop_->PostMainMessageLoopStart(); // WARNING: If we get a WM_ENDSESSION, objects created on the stack here // are NOT deleted. If you need something to run during WM_ENDSESSION add it |