Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3254)

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.cc

Issue 410783002: Corner Passthrough for Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@side-gestures
Patch Set: Rebase off Master Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698