Chromium Code Reviews| Index: ash/public/cpp/shell_window_ids.cc |
| diff --git a/ash/public/cpp/shell_window_ids.cc b/ash/public/cpp/shell_window_ids.cc |
| index 5f4edcb4854e90e68650ee8ebbbae699081345a4..01a2603097c217330ddb297ad1cd570c3c377565 100644 |
| --- a/ash/public/cpp/shell_window_ids.cc |
| +++ b/ash/public/cpp/shell_window_ids.cc |
| @@ -20,8 +20,8 @@ const int32_t kActivatableShellWindowIds[] = { |
| // Docked, panel, launcher and status are intentionally checked after other |
|
oshima
2017/02/22 06:49:07
update the comment
afakhry
2017/02/22 22:04:43
Done.
|
| // 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, |
| + kShellWindowId_PanelContainer, kShellWindowId_ShelfContainer, |
| + kShellWindowId_StatusContainer, |
| }; |
| const size_t kNumActivatableShellWindowIds = |