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

Unified Diff: chrome/browser/ui/chrome_style.cc

Issue 2062353002: 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: Bring back Patch Set 8 that landed before the revert Created 4 years, 4 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/ui/chrome_style.cc
diff --git a/chrome/browser/ui/chrome_style.cc b/chrome/browser/ui/chrome_style.cc
index 9e7ba6d3629d137764fbb484086a172a3cd33a51..ebc358e6f06129b6553ab0e6e8799138c30363a2 100644
--- a/chrome/browser/ui/chrome_style.cc
+++ b/chrome/browser/ui/chrome_style.cc
@@ -19,8 +19,8 @@ int GetCloseButtonSize() {
}
SkColor GetBackgroundColor() {
- return ThemeProperties::GetDefaultColor(
- ThemeProperties::COLOR_CONTROL_BACKGROUND, false);
+ return ThemeProperties::GetDefaultColor(ThemeProperties::COLOR_NTP_BACKGROUND,
+ false);
}
SkColor GetLinkColor() {
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698