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

Unified Diff: ash/common/wm_window_property.h

Issue 2731663002: Remove WmWindowProperty (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « ash/common/wm_window.cc ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window_property.h
diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h
deleted file mode 100644
index fde7b1516cabe7e96c02a5a238fdbd04ddef7c12..0000000000000000000000000000000000000000
--- a/ash/common/wm_window_property.h
+++ /dev/null
@@ -1,54 +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_WINDOW_PROPERTY_H_
-#define ASH_COMMON_WM_WINDOW_PROPERTY_H_
-
-namespace ash {
-
-// See ui/aura/client/aura_constants.h for some more detailed descriptions.
-enum class WmWindowProperty {
- // Not a valid property; used for property key translation purposes.
- INVALID_PROPERTY,
-
- // Type bool.
- ALWAYS_ON_TOP,
-
- // Type ImageSkia.
- APP_ICON,
-
- // Type std::string.
- APP_ID,
-
- // Type bool.
- DRAW_ATTENTION,
-
- // Type int, but cast to ui::ModalType.
- MODAL_TYPE,
-
- // Type bool. See ash::kPanelAttachedKey for details.
- PANEL_ATTACHED,
-
- // Type int.
- SHELF_ID,
-
- // Type int, but cast to ShelfItemType.
- SHELF_ITEM_TYPE,
-
- // Type bool.
- SNAP_CHILDREN_TO_PIXEL_BOUNDARY,
-
- // Type SkColor. See aura::client::kTopViewColor for details.
- TOP_VIEW_COLOR,
-
- // Type int. See aura::client::kTopViewInset for details.
- TOP_VIEW_INSET,
-
- // Type ImageSkia.
- WINDOW_ICON,
-};
-
-} // namespace ash
-
-#endif // ASH_COMMON_WM_WINDOW_PROPERTY_H_
« no previous file with comments | « ash/common/wm_window.cc ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698