| 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(
|
|
|