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

Unified Diff: components/exo/wm_helper_mus.cc

Issue 2407303003: exo: Use WMHelper to access ash accessibility related features. (Closed)
Patch Set: Fix compile errors. Created 4 years, 2 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
« components/exo/shell_surface.cc ('K') | « components/exo/wm_helper_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_mus.cc
diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
index 3f36dbd83ec68f54f9ce12c9990bc3d8e7b76f97..9a67809eae22de12493c3664151aac2917f93565 100644
--- a/components/exo/wm_helper_mus.cc
+++ b/components/exo/wm_helper_mus.cc
@@ -100,6 +100,15 @@ bool WMHelperMus::IsMaximizeModeWindowManagerEnabled() const {
return false;
}
+bool WMHelperMus::IsSpokenFeedbackEnabled() const {
+ NOTIMPLEMENTED();
+ return false;
+}
+
+void WMHelperMus::PlayEarcon(int sound_key) const {
+ NOTIMPLEMENTED();
+}
+
void WMHelperMus::OnWindowTreeFocusChanged(ui::Window* gained_focus,
ui::Window* lost_focus) {
aura::Window* gained_active =
« components/exo/shell_surface.cc ('K') | « components/exo/wm_helper_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698