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

Unified Diff: ash/common/wm/switchable_windows.cc

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase 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/common/wm/switchable_windows.cc
diff --git a/ash/common/wm/switchable_windows.cc b/ash/common/wm/switchable_windows.cc
index efa1a9a83ad9cceda77ec3d00f5a1bb502f3c8fb..cbf0f1aa404c2c2755c42511507439aa27c3a05b 100644
--- a/ash/common/wm/switchable_windows.cc
+++ b/ash/common/wm/switchable_windows.cc
@@ -12,8 +12,7 @@ namespace wm {
const int kSwitchableWindowContainerIds[] = {
kShellWindowId_DefaultContainer, kShellWindowId_AlwaysOnTopContainer,
- kShellWindowId_DockedContainer, kShellWindowId_PanelContainer,
- kShellWindowId_AppListContainer};
+ kShellWindowId_PanelContainer, kShellWindowId_AppListContainer};
const size_t kSwitchableWindowContainerIdsLength =
arraysize(kSwitchableWindowContainerIds);

Powered by Google App Engine
This is Rietveld 408576698