| Index: win8/metro_driver/chrome_app_view_ash.cc
|
| diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc
|
| index 776f23ee99b1170ebd72ca58eb0af6369f7654ac..a11d31786310a7a31367854e06800260e306ccfc 100644
|
| --- a/win8/metro_driver/chrome_app_view_ash.cc
|
| +++ b/win8/metro_driver/chrome_app_view_ash.cc
|
| @@ -278,7 +278,7 @@ void RunMessageLoop(winui::Core::ICoreDispatcher* dispatcher) {
|
| ::CoreProcessEventsOption_ProcessUntilQuit);
|
|
|
| // Wind down the thread's chrome message loop.
|
| - base::MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| // Helper to return the state of the shift/control/alt keys.
|
|
|