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

Unified Diff: ash/common/wm_window_property.h

Issue 2381183002: mash: Fix shelf window property use in Chrome. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/aura/wm_window_aura.cc ('k') | ash/mus/bridge/wm_window_mus.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
index 2c15da1d0696f7629882b2a62f3d0e1a62e17f4b..732adb8e2c6fdc358706ddd62a58d6977eb57c56 100644
--- a/ash/common/wm_window_property.h
+++ b/ash/common/wm_window_property.h
@@ -8,6 +8,9 @@
namespace ash {
enum class WmWindowProperty {
+ // Not a valid property; used for property key translation purposes.
+ INVALID_PROPERTY,
+
// Type bool.
ALWAYS_ON_TOP,
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698