summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 01:18:52 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 01:18:52 +0000
commitf18fdc277a982ad2aded65ea7b13a2df341590c9 (patch)
tree106232e7cc7b3404699600bf3b6b68ee01b13d9b /chrome/common
parent834bf39ca4b399c3c58892994043efa26e3ffe47 (diff)
downloadchromium_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.cc2
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.