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

Unified Diff: ash/aura/wm_shell_aura.h

Issue 2154523002: Move AccessibilityDelegate ownership to ash::WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setmediadelegate
Patch Set: fix mash_unittests Created 4 years, 5 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/ash_touch_exploration_manager_chromeos.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index ea87284805300c4c7df64244b38467a9e6aec272..5299f60e52114e0f658716d94b3541dab753600d 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -26,10 +26,8 @@ class ASH_EXPORT WmShellAura : public WmShell,
static WmShellAura* Get();
- // Called early in shutdown sequence.
- void PrepareForShutdown();
-
// WmShell:
+ void Shutdown() override;
WmWindow* NewContainerWindow() override;
WmWindow* GetFocusedWindow() override;
WmWindow* GetActiveWindow() override;
@@ -55,7 +53,6 @@ class ASH_EXPORT WmShellAura : public WmShell,
CreateScopedDisableInternalMouseAndKeyboard() override;
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
- AccessibilityDelegate* GetAccessibilityDelegate() override;
SessionStateDelegate* GetSessionStateDelegate() override;
void AddActivationObserver(WmActivationObserver* observer) override;
void RemoveActivationObserver(WmActivationObserver* observer) override;
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698