Index: ash/wm/common/wm_window_property.h |
diff --git a/ash/wm/common/wm_window_property.h b/ash/wm/common/wm_window_property.h |
deleted file mode 100644 |
index 64f92e680c68069d68acb89009cee91827c36495..0000000000000000000000000000000000000000 |
--- a/ash/wm/common/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_WM_COMMON_WM_WINDOW_PROPERTY_H_ |
-#define ASH_WM_COMMON_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_WM_COMMON_WM_WINDOW_PROPERTY_H_ |