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

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, 8 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
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/wm/overview/window_selector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/switchable_windows.cc
diff --git a/ash/switchable_windows.cc b/ash/switchable_windows.cc
index e735c32b3fac2b0179e2c83ca297115b934ffeb7..72b06bb9ae0e100a7abb7d8cf60edcac409bdd38 100644
--- a/ash/switchable_windows.cc
+++ b/ash/switchable_windows.cc
@@ -12,6 +12,7 @@ namespace ash {
const int kSwitchableWindowContainerIds[] = {
kShellWindowId_DefaultContainer,
kShellWindowId_AlwaysOnTopContainer,
+ kShellWindowId_DockedContainer,
kShellWindowId_PanelContainer,
kShellWindowId_AppListContainer};
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/wm/overview/window_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698