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

Unified Diff: ash/mus/bridge/wm_shell_mus.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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 424a2e2bae5e3cc6acffed137a7e080f42215c77..7e659ad6f6928c2a30fca44a366dce89218080c6 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -65,8 +65,6 @@ class WmShellMus : public WmShell, public ::mus::WindowTreeClientObserver {
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