| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index ddd6b9544c213f29a17d2d83c4b06e89aba928e6..8f656ea7136d1470d4daf2aaf6411b3aab162c57 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -57,6 +57,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| virtual bool IsMagnifierEnabled() const OVERRIDE;
|
| virtual MagnifierType GetMagnifierType() const OVERRIDE;
|
| virtual bool ShouldAlwaysShowAccessibilityMenu() const OVERRIDE;
|
| + virtual void SilenceSpokenFeedback() const OVERRIDE;
|
| virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
|
| virtual ash::LauncherDelegate* CreateLauncherDelegate(
|
| ash::LauncherModel* model) OVERRIDE;
|
|
|