| Index: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| index a837010acd1c7dab6ac675c5e29fe5fbfe462394..c2763e081da21a06f52a91db3f5838ebe797b8df 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| @@ -33,6 +33,7 @@
|
| #include "chrome/browser/ui/startup/startup_browser_creator_impl.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "content/public/browser/notification_service.h"
|
| +#include "media/audio/sounds/sounds_manager.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "chrome/browser/ui/ash/system_tray_delegate_win.h"
|
| @@ -153,6 +154,9 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
|
| return ash::A11Y_ALERT_NONE;
|
| }
|
|
|
| + virtual void PlayEarcon(media::SoundsManager::SoundKey sound_key) OVERRIDE {
|
| + }
|
| +
|
| virtual base::TimeDelta PlayShutdownSound() const OVERRIDE {
|
| return base::TimeDelta();
|
| }
|
|
|