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

Unified Diff: components/exo/wm_helper_mus.h

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
Index: components/exo/wm_helper_mus.h
diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h
index b4f8ea24abdf8d2871050a92423da5391d8831dc..8ae5d3ab4ed6ad041d22d077e679983932dcf7a9 100644
--- a/components/exo/wm_helper_mus.h
+++ b/components/exo/wm_helper_mus.h
@@ -33,6 +33,8 @@ class WMHelperMus : public WMHelper,
void AddPostTargetHandler(ui::EventHandler* handler) override;
void RemovePostTargetHandler(ui::EventHandler* handler) override;
bool IsMaximizeModeWindowManagerEnabled() const override;
+ bool IsSpokenFeedbackEnabled() const override;
+ void PlayEarcon(int sound_key) const override;
// Overriden from ui::WindowTreeClientObserver:
void OnWindowTreeFocusChanged(ui::Window* gained_focus,

Powered by Google App Engine
This is Rietveld 408576698