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

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

Issue 1756643002: Fix regression in background tab color (Mac). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_properties.cc
diff --git a/chrome/browser/themes/theme_properties.cc b/chrome/browser/themes/theme_properties.cc
index 37764f73e2468c538c82831d82293a3675fc6543..e79812f236844ae2faf9eccc69d6e3f132a247b4 100644
--- a/chrome/browser/themes/theme_properties.cc
+++ b/chrome/browser/themes/theme_properties.cc
@@ -122,11 +122,7 @@ const color_utils::HSL kDefaultTintFrame = {-1, -1, -1};
const color_utils::HSL kDefaultTintFrameInactive = {-1, -1, 0.75};
const color_utils::HSL kDefaultTintFrameIncognito = {-1, 0.2, 0.35};
const color_utils::HSL kDefaultTintFrameIncognitoInactive = {-1, 0.3, 0.6};
-#if defined(OS_MACOSX)
-const color_utils::HSL kDefaultTintBackgroundTab = { -1, -1, 0.4496875 };
-#else
- const color_utils::HSL kDefaultTintBackgroundTab = {-1, -1, 0.75};
-#endif // OS_MACOSX
+const color_utils::HSL kDefaultTintBackgroundTab = {-1, -1, 0.75};
// ----------------------------------------------------------------------------
// Defaults for properties which are not stored in the browser theme pack.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698