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

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

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes 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 a863423f3c5e039c90ce1c91c34eb59d675c5cc6..421f4f06d5a10cb8a867c2343e8906f8effc1ec5 100644
--- a/ash/wm/common/wm_shell_window_ids.h
+++ b/ash/wm/common/wm_shell_window_ids.h
@@ -19,12 +19,19 @@ namespace ash {
// The container for standard top-level windows.
const int kShellWindowId_DefaultContainer = 6;
+// The container for top-level windows with the 'always-on-top' flag set.
+const int kShellWindowId_AlwaysOnTopContainer = 7;
+
// 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;
+// TODO(sky): this seems unnecessary. Perhaps it should be injected?
+// The container for the app list.
+const int kShellWindowId_AppListContainer = 12;
+
} // namespace ash
#endif // ASH_WM_COMMON_WM_SHELL_WINDOW_IDS_H_

Powered by Google App Engine
This is Rietveld 408576698