Index: ash/common/wm/wm_window_property.h |
diff --git a/ash/common/wm/wm_window_property.h b/ash/common/wm/wm_window_property.h |
deleted file mode 100644 |
index 9a9b947685ef1ff9f9c5a27bdc2fbdc61f8bd3b5..0000000000000000000000000000000000000000 |
--- a/ash/common/wm/wm_window_property.h |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-// Copyright 2016 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_WM_WM_WINDOW_PROPERTY_H_ |
-#define ASH_COMMON_WM_WM_WINDOW_PROPERTY_H_ |
- |
-namespace ash { |
-namespace wm { |
- |
-enum class WmWindowProperty { |
- // Type bool. |
- SNAP_CHILDREN_TO_PIXEL_BOUNDARY, |
- |
- // Type bool. |
- ALWAYS_ON_TOP, |
- |
- // Type int. |
- SHELF_ID, |
- |
- // Type int. See aura::client::kTopViewInset for details. |
- TOP_VIEW_INSET, |
-}; |
- |
-} // namespace wm |
-} // namespace ash |
- |
-#endif // ASH_COMMON_WM_WM_WINDOW_PROPERTY_H_ |