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

Unified Diff: ash/common/wm/window_cycle_list.h

Issue 2234233002: Enable ash window cycle UI by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review Created 4 years, 4 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/common/wm/window_cycle_controller.cc ('k') | ash/common/wm/window_cycle_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_cycle_list.h
diff --git a/ash/common/wm/window_cycle_list.h b/ash/common/wm/window_cycle_list.h
index 34af309cdbf1802dfb837b67838a2786b2fc0ee7..6d073d1602e189fa8cdcb6f0a59bdee82f404a7e 100644
--- a/ash/common/wm/window_cycle_list.h
+++ b/ash/common/wm/window_cycle_list.h
@@ -42,6 +42,9 @@ class ASH_EXPORT WindowCycleList : public WmWindowObserver {
private:
friend class WindowCycleControllerTest;
+
+ static void DisableInitialDelayForTesting();
+
const WindowList& windows() const { return windows_; }
// WmWindowObserver overrides:
@@ -67,6 +70,8 @@ class ASH_EXPORT WindowCycleList : public WmWindowObserver {
int current_index_;
// Wrapper for the window brought to the front.
+ // TODO(estade): remove ScopedShowWindow when we know we are happy launching
+ // the |cycle_view_| version.
std::unique_ptr<ScopedShowWindow> showing_window_;
// The top level View for the window cycle UI. May be null if the UI is not
« no previous file with comments | « ash/common/wm/window_cycle_controller.cc ('k') | ash/common/wm/window_cycle_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698