| Index: ash/shell_window_ids.h
|
| diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
|
| index a64858fccb52377f021e4922a451f062f3d88c49..6e79afc38df5521667d1f49f62a04f700842a679 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 either side of the desktop.
|
| +const int kShellWindowId_DockContainer = 23;
|
| +
|
| } // namespace internal
|
|
|
| } // namespace ash
|
|
|