Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 17403) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -250,6 +250,8 @@ |
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"; |
// Boolean that indicates whether we should check if we are the default browser |
// on start-up. |