Can someone please provide a bit of insight into how to solve the
following problem:

1. Open Chromium > Options > Show saved passwords
2. Click the "Remove All button"

Now, *before* you click "Yes" or "No", close the main browser window
(e.g. by clicking the X in the upper right corner).  When you do this,
all windows disappear, but the main browser process remains running.
It looks like this is due to a nested invocation of MessageLoop::Run()
(via chrome\browser\views\confirm_message_box_dialog.cc) and the fact
that Quit is only exiting the most recent invocation.

How can we cleanly quit the application in this case?

Cheers,
Daniel

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to