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

Unified Diff: ash/accessibility_delegate.h

Issue 410783002: Corner Passthrough for Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@side-gestures
Patch Set: Fixed some rebase quirks 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/accessibility_delegate.h
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h
index 7dc2826e352796f6687366304c3b4260c48abfa3..94e47a171d2b2da6b539461efb53e925a861689f 100644
--- a/ash/accessibility_delegate.h
+++ b/ash/accessibility_delegate.h
@@ -92,6 +92,9 @@ class ASH_EXPORT AccessibilityDelegate {
// Gets the last accessibility alert that was triggered.
virtual AccessibilityAlert GetLastAccessibilityAlert() = 0;
+ // Plays an earcon.
James Cook 2014/07/28 19:10:41 Can you provide a one-sentence description of what
lisayin 2014/07/28 20:31:27 Done.
lisayin 2014/07/28 20:35:50 Sorry I added it to the wrong file. I will add it
dmazzoni 2014/07/28 20:39:05 I'd also be fine with just calling it "sound" here
+ virtual void PlayEarcon(int sound_key) = 0;
+
// Initiates play of shutdown sound and returns it's duration.
virtual base::TimeDelta PlayShutdownSound() const = 0;
};
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.h » ('j') | ash/ash_touch_exploration_manager_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698