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

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

Issue 10662032: alternate ntp (cros/partial-win): add tab-related stuff and toolbar/tab background change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed images from cl Created 8 years, 6 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
Index: chrome/browser/themes/theme_service.h
diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h
index f9c7b3094525925b2c793bfec21b42b402825d44..7ffa610ea6c5b2f46e1b005688a2aa1200960837 100644
--- a/chrome/browser/themes/theme_service.h
+++ b/chrome/browser/themes/theme_service.h
@@ -97,6 +97,11 @@ class ThemeService : public base::NonThreadSafe,
COLOR_CONTROL_BACKGROUND,
COLOR_BUTTON_BACKGROUND,
+ COLOR_SEARCH_NTP_BACKGROUND,
+ COLOR_SEARCH_SEARCH_BACKGROUND,
+ COLOR_SEARCH_DEFAULT_BACKGROUND,
+ COLOR_SEARCH_SEPARATOR_LINE,
+
// These colors don't have constant default values. They are derived from
// the runtime value of other colors.
COLOR_NTP_SECTION_HEADER_TEXT,

Powered by Google App Engine
This is Rietveld 408576698