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

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

Issue 1921423002: Moves DefaultContainer and PanelContainer to wm_shell_window_ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_2
Patch Set: improve readability? 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 92c5460facb03f684c7490b968cbb400bca63e0e..a863423f3c5e039c90ce1c91c34eb59d675c5cc6 100644
--- a/ash/wm/common/wm_shell_window_ids.h
+++ b/ash/wm/common/wm_shell_window_ids.h
@@ -13,8 +13,18 @@
// TODO(sky): move this into wm namespace.
namespace ash {
+// NOTE: while the value of these is not necessarily important, the ordering
+// is and is enforced in ash/shell_window_ids.h.
+
+// The container for standard top-level windows.
+const int kShellWindowId_DefaultContainer = 6;
+
+// The container for windows docked to either side of the desktop.
const int kShellWindowId_DockedContainer = 8;
+// The container for panel windows.
+const int kShellWindowId_PanelContainer = 11;
+
} // namespace ash
#endif // ASH_WM_COMMON_WM_SHELL_WINDOW_IDS_H_

Powered by Google App Engine
This is Rietveld 408576698