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

Unified Diff: ash/aura/wm_shell_aura.h

Issue 2084503007: Moves WindowSelectorController onto WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_overview
Patch Set: cleanup Created 4 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
Index: ash/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index dd11fbdb413aa6b82e4b43ae26b915a1255a7267..c32552b794af3969dcd15beee191560db737666c 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -51,8 +51,6 @@ class ASH_EXPORT WmShellAura : public WmShell,
wm::WindowState* window_state) override;
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
- bool IsOverviewModeSelecting() override;
- bool IsOverviewModeRestoringMinimizedWindows() override;
AccessibilityDelegate* GetAccessibilityDelegate() override;
SessionStateDelegate* GetSessionStateDelegate() override;
void AddActivationObserver(WmActivationObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698