From c1e3e220c1b6502c830b0da74fc721d437bb2577 Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Sat, 3 Oct 2009 22:17:54 +0000 Subject: Change ConfirmMessageBoxDialog to just be a native view (it was only windows before, too, but now at least it doesn't cause zombie processes) with an observer that is notified when the user clicks OK/closes the dialog instead of running a nested message loop and blocking. This fixes bug 20451, where nested message loops were running a confirm dialog and could cause zombie processes at browser shutdown. BUG=20451 TEST=None (manual: verify that the confirmation dialog is shown when you try to remove all passwords, and that no zombie is left behind if the browser is closed while the confirmation dialog is showing) Review URL: http://codereview.chromium.org/243054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27961 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/resources/locale_settings_lv.xtb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/app/resources/locale_settings_lv.xtb') diff --git a/chrome/app/resources/locale_settings_lv.xtb b/chrome/app/resources/locale_settings_lv.xtb index e0f88bf..4a8e521 100644 --- a/chrome/app/resources/locale_settings_lv.xtb +++ b/chrome/app/resources/locale_settings_lv.xtb @@ -67,4 +67,6 @@ 60 45 25 +50 +5 -- cgit v1.1