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

Unified Diff: ash/wm/overview/window_selector_controller.h

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Add unittests. Will split the CL into two CLs. Created 3 years, 6 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/wm/overview/window_selector.cc ('k') | ash/wm/overview/window_selector_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_controller.h
diff --git a/ash/wm/overview/window_selector_controller.h b/ash/wm/overview/window_selector_controller.h
index 83dcdb3903c0592d7451e9b648365f469c72f709..dfd65563a1c7338a17ee3db62f0021c9aad53334 100644
--- a/ash/wm/overview/window_selector_controller.h
+++ b/ash/wm/overview/window_selector_controller.h
@@ -49,6 +49,10 @@ class ASH_EXPORT WindowSelectorController : public WindowSelectorDelegate {
// are visible during overview mode.
bool IsRestoringMinimizedWindows() const;
+ // Gets the windows list that are shown in the overview windows grids if the
+ // overview mode is active for testing.
+ std::vector<aura::Window*> GetWindowsListInOverviewGridsForTesting();
+
// WindowSelectorDelegate:
void OnSelectionEnded() override;
void AddDelayedAnimationObserver(
« no previous file with comments | « ash/wm/overview/window_selector.cc ('k') | ash/wm/overview/window_selector_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698