diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 22:17:54 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 22:17:54 +0000 |
commit | c1e3e220c1b6502c830b0da74fc721d437bb2577 (patch) | |
tree | c76b66ce241f59b3354d41842f0cdae3fe2a05ad /chrome/app/resources/locale_settings_bn.xtb | |
parent | 66fb6e078a0f26c23f76bd79120f98554c94a464 (diff) | |
download | chromium_src-c1e3e220c1b6502c830b0da74fc721d437bb2577.zip chromium_src-c1e3e220c1b6502c830b0da74fc721d437bb2577.tar.gz chromium_src-c1e3e220c1b6502c830b0da74fc721d437bb2577.tar.bz2 |
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
Diffstat (limited to 'chrome/app/resources/locale_settings_bn.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_bn.xtb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings_bn.xtb b/chrome/app/resources/locale_settings_bn.xtb index 80cbdcf..fbec09f 100644 --- a/chrome/app/resources/locale_settings_bn.xtb +++ b/chrome/app/resources/locale_settings_bn.xtb @@ -67,4 +67,6 @@ <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">45</translation> <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">25</translation> +<translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation> +<translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation> </translationbundle> |