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

Unified Diff: ash/wm/mru_window_tracker.cc

Issue 23654037: Add panels as a single group of windows per display for overview window cycling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/wm/mru_window_tracker.cc
diff --git a/ash/wm/mru_window_tracker.cc b/ash/wm/mru_window_tracker.cc
index 8c90efb8e3ab5b9df6a60e623dd25f48629ccbe6..ebc7737f9533899041e2d2225cb1e6e2096f2c78 100644
--- a/ash/wm/mru_window_tracker.cc
+++ b/ash/wm/mru_window_tracker.cc
@@ -90,7 +90,8 @@ MruWindowTracker::WindowList BuildWindowListInternal(
const int kSwitchableWindowContainerIds[] = {
internal::kShellWindowId_DefaultContainer,
- internal::kShellWindowId_AlwaysOnTopContainer
+ internal::kShellWindowId_AlwaysOnTopContainer,
+ internal::kShellWindowId_PanelContainer
};
const size_t kSwitchableWindowContainerIdsLength =

Powered by Google App Engine
This is Rietveld 408576698