Index: chrome/browser/themes/theme_properties.h |
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h |
index 6b323472616c8e674f6bd2c0407de3faf5ccd830..9c61ba4dba335f7cab6785b89fa3c0ce98d5294c 100644 |
--- a/chrome/browser/themes/theme_properties.h |
+++ b/chrome/browser/themes/theme_properties.h |
@@ -82,11 +82,9 @@ class ThemeProperties { |
// The enum takes on values >= 1000 as not to overlap with |
// OverwritableByUserThemeProperties. |
enum NotOverwritableByUserThemeProperty { |
- COLOR_CONTROL_BACKGROUND = 1000, |
- |
// The color of the line separating the bottom of the toolbar from the |
// contents. |
- COLOR_TOOLBAR_BOTTOM_SEPARATOR, |
+ COLOR_TOOLBAR_BOTTOM_SEPARATOR = 1000, |
// The color of a normal toolbar button's icon. |
COLOR_TOOLBAR_BUTTON_ICON, |
@@ -108,7 +106,6 @@ class ThemeProperties { |
COLOR_BACKGROUND_TAB, |
// Colors used for the detached (NTP) bookmark bar. |
- COLOR_DETACHED_BOOKMARK_BAR_BACKGROUND, |
COLOR_DETACHED_BOOKMARK_BAR_SEPARATOR, |
// The throbber colors for tabs or anything on a toolbar (currently, only |