summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
diff options
context:
space:
mode:
authorgeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 22:39:29 +0000
committergeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 22:39:29 +0000
commit21e1e7dd3aaec080af56a91c7054565234f5e289 (patch)
tree41fc890083e625d86c10583da0039e7d29648efe /chrome/app/resources
parent913a035151d2d72c3db96674edf67a121fa1d832 (diff)
downloadchromium_src-21e1e7dd3aaec080af56a91c7054565234f5e289.zip
chromium_src-21e1e7dd3aaec080af56a91c7054565234f5e289.tar.gz
chromium_src-21e1e7dd3aaec080af56a91c7054565234f5e289.tar.bz2
Fixes first and third points in the bug "Autofill profile dialog box polish items".
Adds correct expand icons to the AutoFill dialog. The icons were added in a separate CL. Moves asynchronous access to the database inside the dialog (it now shows "Loading..." while db is being connected) Also fixes memory leak. BUG=36601 TEST=in the bug Review URL: http://codereview.chromium.org/669076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r--chrome/app/resources/locale_settings.grd4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index a03c3cf..847756a 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -591,12 +591,12 @@
<!-- The width of the AutoFill dialog in characters. -->
<message name="IDS_AUTOFILL_DIALOG_WIDTH_CHARS" use_name_for_id="true">
- 98
+ 94
</message>
<!-- The height of the AutoFill dialog in lines. -->
<message name="IDS_AUTOFILL_DIALOG_HEIGHT_LINES" use_name_for_id="true">
- 35
+ 32
</message>
<!-- The URL for About Google Translate. -->