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

Unified Diff: ash/switchable_windows.cc

Issue 1059903002: Allow Alt-Tab to move the focus to docked windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/switchable_windows.cc
diff --git a/ash/switchable_windows.cc b/ash/switchable_windows.cc
index e735c32b3fac2b0179e2c83ca297115b934ffeb7..e7ecd7258d8a8c9ebdcaf59c03e6cd1633505ea9 100644
--- a/ash/switchable_windows.cc
+++ b/ash/switchable_windows.cc
@@ -13,6 +13,7 @@ const int kSwitchableWindowContainerIds[] = {
kShellWindowId_DefaultContainer,
kShellWindowId_AlwaysOnTopContainer,
kShellWindowId_PanelContainer,
+ kShellWindowId_DockedContainer,
flackr 2015/04/07 15:08:38 Lacking MRU information, I believe we arrange wind
oshima 2015/04/07 18:00:32 Thanks, done.
kShellWindowId_AppListContainer};
const size_t kSwitchableWindowContainerIdsLength =

Powered by Google App Engine
This is Rietveld 408576698