| Index: ash/wm/ash_focus_rules.cc
|
| diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc
|
| index 33829993dda95370dcb9767e58e7ea414cc555ee..d24a1f9a3b1774b1abef49528df077b473fd1e6c 100644
|
| --- a/ash/wm/ash_focus_rules.cc
|
| +++ b/ash/wm/ash_focus_rules.cc
|
| @@ -24,9 +24,10 @@ const int kWindowContainerIds[] = {
|
| internal::kShellWindowId_AppListContainer,
|
| internal::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.
|
| + internal::kShellWindowId_DockedContainer,
|
| internal::kShellWindowId_PanelContainer,
|
| internal::kShellWindowId_ShelfContainer,
|
| internal::kShellWindowId_StatusContainer,
|
|
|