diff options
Diffstat (limited to 'ash/shell.cc')
-rw-r--r-- | ash/shell.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/shell.cc b/ash/shell.cc index 6799e0e..3eea9a4 100644 --- a/ash/shell.cc +++ b/ash/shell.cc @@ -345,6 +345,8 @@ class DummySystemTrayDelegate : public SystemTrayDelegate { return false; } + virtual void SetEnableSpokenFeedback(bool enable) OVERRIDE {} + virtual void ShutDown() OVERRIDE {} virtual void SignOut() OVERRIDE { |