Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1868)

Unified Diff: ash/public/cpp/shell_window_ids.cc

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase and fix 1 test Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698