diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 01:18:52 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 01:18:52 +0000 |
commit | f18fdc277a982ad2aded65ea7b13a2df341590c9 (patch) | |
tree | 106232e7cc7b3404699600bf3b6b68ee01b13d9b /chrome/common | |
parent | 834bf39ca4b399c3c58892994043efa26e3ffe47 (diff) | |
download | chromium_src-f18fdc277a982ad2aded65ea7b13a2df341590c9.zip chromium_src-f18fdc277a982ad2aded65ea7b13a2df341590c9.tar.gz chromium_src-f18fdc277a982ad2aded65ea7b13a2df341590c9.tar.bz2 |
Make theme provider remember display properties settings and color's alpha.
BUG=15527
Review URL: http://codereview.chromium.org/155033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_names.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 426adb1..14176e4 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -258,7 +258,7 @@ const wchar_t kCurrentThemeImages[] = L"extensions.theme.images"; const wchar_t kCurrentThemeColors[] = L"extensions.theme.colors"; const wchar_t kCurrentThemeTints[] = L"extensions.theme.tints"; const wchar_t kCurrentThemeDisplayProperties[] = - L"extensions.theme.display_properties"; + L"extensions.theme.properties"; // Boolean that indicates whether we should check if we are the default browser // on start-up. |