summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes/theme_properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/themes/theme_properties.h')
-rw-r--r--chrome/browser/themes/theme_properties.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h
index c7bf271..a872a5d 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -22,7 +22,7 @@ class ThemeProperties {
// The int values of OverwritableByUserThemeProperties, Alignment, and Tiling
// are used as a key to store the property in the browser theme pack. If you
// modify any of these enums, increment the version number in
- // browser_theme_pack.h
+ // browser_theme_pack.cc.
enum OverwritableByUserThemeProperty {
COLOR_FRAME,
@@ -128,9 +128,14 @@ class ThemeProperties {
COLOR_STATUS_BAR_TEXT,
#if defined(OS_MACOSX)
+ COLOR_FRAME_VIBRANCY_OVERLAY,
+ COLOR_TOOLBAR_INACTIVE,
+ COLOR_BACKGROUND_TAB_INACTIVE,
COLOR_TOOLBAR_BEZEL,
COLOR_TOOLBAR_STROKE,
COLOR_TOOLBAR_STROKE_INACTIVE,
+ COLOR_TOOLBAR_STROKE_THEME,
+ COLOR_TOOLBAR_STROKE_THEME_INACTIVE,
// The color of a toolbar button's border.
COLOR_TOOLBAR_BUTTON_STROKE,
COLOR_TOOLBAR_BUTTON_STROKE_INACTIVE,