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

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

Issue 1929023002: Refactors WindowResizers to use ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ash/wm/common/wm_shell_window_ids.h
diff --git a/ash/wm/common/wm_shell_window_ids.h b/ash/wm/common/wm_shell_window_ids.h
index 421f4f06d5a10cb8a867c2343e8906f8effc1ec5..5b1f036117a77f21ba53c4f638e693eb09ee0d64 100644
--- a/ash/wm/common/wm_shell_window_ids.h
+++ b/ash/wm/common/wm_shell_window_ids.h
@@ -25,6 +25,9 @@ const int kShellWindowId_AlwaysOnTopContainer = 7;
// The container for windows docked to either side of the desktop.
const int kShellWindowId_DockedContainer = 8;
+// The container for the shelf.
+const int kShellWindowId_ShelfContainer = 9;
+
// The container for panel windows.
const int kShellWindowId_PanelContainer = 11;
@@ -32,6 +35,9 @@ const int kShellWindowId_PanelContainer = 11;
// The container for the app list.
const int kShellWindowId_AppListContainer = 12;
+// ID of the window created by PhantomWindowController or DragWindowController.
+const int kShellWindowId_PhantomWindow = 23;
+
} // namespace ash
#endif // ASH_WM_COMMON_WM_SHELL_WINDOW_IDS_H_

Powered by Google App Engine
This is Rietveld 408576698