| Index: components/exo/wm_helper_mus.cc
|
| diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
|
| index 105691c8c44cfd5e09e00ceeb087e1ddcc0fdbf2..a13d09ff997059e1edfb87b5da58f06121da22e5 100644
|
| --- a/components/exo/wm_helper_mus.cc
|
| +++ b/components/exo/wm_helper_mus.cc
|
| @@ -86,6 +86,15 @@
|
| return false;
|
| }
|
|
|
| +bool WMHelperMus::IsSpokenFeedbackEnabled() const {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| +
|
| +void WMHelperMus::PlayEarcon(int sound_key) const {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void WMHelperMus::OnActiveFocusClientChanged(
|
| aura::client::FocusClient* focus_client,
|
| aura::Window* focus_client_root) {
|
|
|