Chromium Code Reviews| Index: ash/shell/shell_delegate_impl.cc |
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
| index 661aa515b9ee2a741b17e05e7f29d17b01df8e94..6856aeb7260512dc16a79ba4fdf60b7a67fa5256 100644 |
| --- a/ash/shell/shell_delegate_impl.cc |
| +++ b/ash/shell/shell_delegate_impl.cc |
| @@ -49,6 +49,10 @@ bool ShellDelegateImpl::IsScreenLocked() const { |
| return locked_; |
| } |
| +bool ShellDelegateImpl::IsSpokenFeedbackEnabled() const { |
| + return false; |
| +} |
| + |
| void ShellDelegateImpl::Shutdown() { |
| } |