| 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;
|
|
|