| 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,
|
|
|