Chromium Code Reviews| 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 |