Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6669)

Unified Diff: chrome/browser/themes/theme_properties.h

Issue 2159833002: Revert of Replace CONTROL_BACKGROUND and DETACHED_BOOKMARK_BAR_BACKGROUND by COLOR_NTP_BACKGROUND (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/themes/browser_theme_pack_unittest.cc ('k') | chrome/browser/themes/theme_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_properties.h
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h
index f4070ccecab0ce6460271ecf4eb9e6fd11d742c0..83c719cb0beb2d235c08d4510a76d48e1819c267 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -82,9 +82,11 @@
// 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 = 1000,
+ COLOR_TOOLBAR_BOTTOM_SEPARATOR,
// The color of a normal toolbar button's icon.
COLOR_TOOLBAR_BUTTON_ICON,
@@ -109,6 +111,7 @@
COLOR_BOOKMARK_BAR_INSTRUCTIONS_TEXT,
// 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
« no previous file with comments | « chrome/browser/themes/browser_theme_pack_unittest.cc ('k') | chrome/browser/themes/theme_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698