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

Unified Diff: ash/shell_window_ids.h

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Docking with dock width=0 Created 7 years, 7 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/shell_window_ids.h
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index a64858fccb52377f021e4922a451f062f3d88c49..f4b9d1ced48410151858aba3bbd6752ebc441971 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -99,6 +99,9 @@ const int kShellWindowId_PhantomWindow = 21;
// The topmost container, used for power off animation.
const int kShellWindowId_PowerButtonAnimationContainer = 22;
+// The container for windows docked to the sides.
stevenjb 2013/06/03 18:19:03 nit: s/the sides/either side of a desktop/
varkha 2013/06/03 21:03:17 Done.
+const int kShellWindowId_DockContainer = 23;
+
} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698