| Index: ash/wm/activation_controller.cc
|
| diff --git a/ash/wm/activation_controller.cc b/ash/wm/activation_controller.cc
|
| index 8c48346b5eb313e3b87f80cd7956829740eb952e..885ad6c1fe196527fafbc1a45208ed76a2f124fc 100644
|
| --- a/ash/wm/activation_controller.cc
|
| +++ b/ash/wm/activation_controller.cc
|
| @@ -39,9 +39,10 @@ const int kWindowContainerIds[] = {
|
| kShellWindowId_AppListContainer,
|
| kShellWindowId_DefaultContainer,
|
|
|
| - // Panel, launcher and status are intentionally checked after other
|
| + // Docked, panel, launcher and status are intentionally checked after other
|
| // containers even though these layers are higher. The user expects their
|
| // windows to be focused before these elements.
|
| + kShellWindowId_DockedContainer,
|
| kShellWindowId_PanelContainer,
|
| kShellWindowId_ShelfContainer,
|
| kShellWindowId_StatusContainer,
|
|
|