diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-30 10:02:16 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-30 10:02:16 +0000 |
commit | ceb98432ad0891542fb213193dd8312aed41e3c6 (patch) | |
tree | 9372263ed8c7e045ad7226f44f28079a75661a46 /chrome/app/resources | |
parent | f85f070f8fca83ca373929584218d7185ff89220 (diff) | |
download | chromium_src-ceb98432ad0891542fb213193dd8312aed41e3c6.zip chromium_src-ceb98432ad0891542fb213193dd8312aed41e3c6.tar.gz chromium_src-ceb98432ad0891542fb213193dd8312aed41e3c6.tar.bz2 |
Hook up some of the content settings UI to the actual settings map object. This also rewrites the affected UI bits to make it easier to do this, get rid of unnecessary code, and be more consistent with the blocked content bubble code.
BUG=32719
TEST=Content settings windows now have radio buttons that work, and remember their settings. The Flash link works too.
Review URL: http://codereview.chromium.org/558060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index e30d00d..2c595ff 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -280,7 +280,7 @@ <!-- The height of the Content Settings dialog box, in lines (line height = character --> <!-- height for default dialog box font) --> <message name="IDS_CONTENT_SETTINGS_DIALOG_HEIGHT_LINES" use_name_for_id="true"> - 23 + 22 </message> <!-- The width and height of the URL picker dialog box in characters and lines --> |