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

Unified Diff: ash/wm/common/wm_window_property.h

Issue 1918883002: Makes Panel related classes use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@phantom_window_controller
Patch Set: feedback Created 4 years, 8 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/wm/common/wm_window.h ('k') | ash/wm/dock/docked_window_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 4496a86acedc72699516887f7fce6881fb1dac2c..d4d0803318da1e6478a032d33b0edbbb771345dd 100644
--- a/ash/wm/common/wm_window_property.h
+++ b/ash/wm/common/wm_window_property.h
@@ -16,6 +16,9 @@ enum class WmWindowProperty {
// Type bool.
ALWAYS_ON_TOP,
+
+ // Type int.
+ SHELF_ID,
};
} // namespace wm
« no previous file with comments | « ash/wm/common/wm_window.h ('k') | ash/wm/dock/docked_window_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698