diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/browser_main_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main_win.cc b/chrome/browser/browser_main_win.cc index 4d1ea58..d64aa66 100644 --- a/chrome/browser/browser_main_win.cc +++ b/chrome/browser/browser_main_win.cc @@ -45,7 +45,7 @@ bool CheckForWin2000() { int AskForUninstallConfirmation() { int ret = ResultCodes::NORMAL_EXIT; UninstallDialog::ShowUninstallDialog(ret); - MessageLoop::current()->Run(); + MessageLoopForUI::current()->Run(g_browser_process->accelerator_handler()); return ret; } |