Index: ash/common/ash_constants.h |
diff --git a/ash/common/ash_constants.h b/ash/common/ash_constants.h |
deleted file mode 100644 |
index cf32eb14659eb9c70014bd689dc8c9735807f7f4..0000000000000000000000000000000000000000 |
--- a/ash/common/ash_constants.h |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef ASH_COMMON_ASH_CONSTANTS_H_ |
-#define ASH_COMMON_ASH_CONSTANTS_H_ |
- |
-#include "ash/ash_export.h" |
- |
-typedef unsigned int SkColor; |
- |
-namespace ash { |
- |
-// In the window corners, the resize areas don't actually expand bigger, but the |
-// 16 px at the end of each edge triggers diagonal resizing. |
-ASH_EXPORT extern const int kResizeAreaCornerSize; |
- |
-// Ash windows do not have a traditional visible window frame. Window content |
-// extends to the edge of the window. We consider a small region outside the |
-// window bounds and an even smaller region overlapping the window to be the |
-// "non-client" area and use it for resizing. |
-ASH_EXPORT extern const int kResizeOutsideBoundsSize; |
-ASH_EXPORT extern const int kResizeOutsideBoundsScaleForTouch; |
-ASH_EXPORT extern const int kResizeInsideBoundsSize; |
- |
-// Background color used for the Chrome OS boot splash screen. |
-extern const SkColor kChromeOsBootColor; |
- |
-// The border color of keyboard focus for launcher items and system tray. |
-extern const SkColor kFocusBorderColor; |
-extern const int kFocusBorderThickness; |
- |
-ASH_EXPORT extern const int kDefaultLargeCursorSize; |
- |
-} // namespace ash |
- |
-#endif // ASH_COMMON_ASH_CONSTANTS_H_ |