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

Unified Diff: components/exo/wm_helper_ash.cc

Issue 2738133003: Promotes a handful of members from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 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 | « components/exo/shell_surface_unittest.cc ('k') | ui/arc/notification/arc_notification_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.cc
diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
index a54f8ce565a9355212b49c702b627d40f2603d96..6c3051171f82af2791fe953123bd270ce32fd137 100644
--- a/components/exo/wm_helper_ash.cc
+++ b/components/exo/wm_helper_ash.cc
@@ -98,13 +98,14 @@ bool WMHelperAsh::IsMaximizeModeWindowManagerEnabled() const {
}
bool WMHelperAsh::IsSpokenFeedbackEnabled() const {
- return ash::WmShell::Get()
+ return ash::Shell::GetInstance()
->accessibility_delegate()
->IsSpokenFeedbackEnabled();
}
void WMHelperAsh::PlayEarcon(int sound_key) const {
- return ash::WmShell::Get()->accessibility_delegate()->PlayEarcon(sound_key);
+ return ash::Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
+ sound_key);
}
void WMHelperAsh::OnWindowActivated(
« no previous file with comments | « components/exo/shell_surface_unittest.cc ('k') | ui/arc/notification/arc_notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698