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

Unified Diff: ash/common/ash_constants.cc

Issue 2616023005: cros: Remove OS_CHROMEOS ifdefs in ash/common (Closed)
Patch Set: Created 3 years, 11 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: ash/common/ash_constants.cc
diff --git a/ash/common/ash_constants.cc b/ash/common/ash_constants.cc
index 4d483be7d1b03b3fd682222bd6935514fc4dd419..e8b143456a7e09a4016a08780e0dc038db8169f2 100644
--- a/ash/common/ash_constants.cc
+++ b/ash/common/ash_constants.cc
@@ -14,9 +14,7 @@ const int kResizeOutsideBoundsSize = 6;
const int kResizeOutsideBoundsScaleForTouch = 5;
const int kResizeInsideBoundsSize = 1;
-#if defined(OS_CHROMEOS)
const SkColor kChromeOsBootColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
-#endif
const SkColor kFocusBorderColor = SkColorSetA(gfx::kGoogleBlue500, 0x99);
const float kFocusBorderThickness = 2.f;

Powered by Google App Engine
This is Rietveld 408576698