| 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..8f7e3e1c02775add4065ea32e4696f36a5c06939 100644
|
| --- a/ash/wm/ash_focus_rules.cc
|
| +++ b/ash/wm/ash_focus_rules.cc
|
| @@ -27,6 +27,7 @@ const int kWindowContainerIds[] = {
|
| // 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_DockContainer,
|
| internal::kShellWindowId_PanelContainer,
|
| internal::kShellWindowId_ShelfContainer,
|
| internal::kShellWindowId_StatusContainer,
|
|
|