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

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2084503007: Moves WindowSelectorController onto WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_overview
Patch Set: fix mash 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
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 7543d6c0016b8311f1101ed93789c3a7a2644cd3..38170927284d7c4a3c07ae2c3280ca05e7126b0f 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -134,20 +134,6 @@ void WmShellAura::OnOverviewModeEnded() {
OnOverviewModeEnded());
}
-bool WmShellAura::IsOverviewModeSelecting() {
- WindowSelectorController* window_selector_controller =
- Shell::GetInstance()->window_selector_controller();
- return window_selector_controller &&
- window_selector_controller->IsSelecting();
-}
-
-bool WmShellAura::IsOverviewModeRestoringMinimizedWindows() {
- WindowSelectorController* window_selector_controller =
- Shell::GetInstance()->window_selector_controller();
- return window_selector_controller &&
- window_selector_controller->IsRestoringMinimizedWindows();
-}
-
AccessibilityDelegate* WmShellAura::GetAccessibilityDelegate() {
return Shell::GetInstance()->accessibility_delegate();
}
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698