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

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

Issue 2248103002: Reland: 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: Properly handle incognito browsing 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() {

Powered by Google App Engine
This is Rietveld 408576698