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

Unified Diff: ash/default_accessibility_delegate.h

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: ash/default_accessibility_delegate.h
diff --git a/ash/default_accessibility_delegate.h b/ash/default_accessibility_delegate.h
index 52f8aafd522d4658c1ceb4d0cfef7afcd4638f58..afecf173eca511ecfc19d67957a72dc13e2370d5 100644
--- a/ash/default_accessibility_delegate.h
+++ b/ash/default_accessibility_delegate.h
@@ -9,6 +9,7 @@
#include "ash/ash_export.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "media/audio/sounds/sounds_manager.h"
James Cook 2014/07/29 04:27:24 Not needed. In general, if a superclass definition
lisayin 2014/07/30 15:32:51 Done.
namespace ash {
@@ -39,6 +40,7 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
virtual double GetSavedScreenMagnifierScale() OVERRIDE;
virtual void TriggerAccessibilityAlert(AccessibilityAlert alert) OVERRIDE;
virtual AccessibilityAlert GetLastAccessibilityAlert() OVERRIDE;
+ virtual void PlayEarcon(media::SoundsManager::SoundKey sound_key) OVERRIDE;
virtual base::TimeDelta PlayShutdownSound() const OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698