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

Unified Diff: ash/common/default_accessibility_delegate.cc

Issue 2584063002: Re-land: Toggle spoken feedback if two fingers are held down. (Closed)
Patch Set: Only toggle spoken feedback on CFM devices Created 4 years 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
« no previous file with comments | « ash/common/default_accessibility_delegate.h ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/default_accessibility_delegate.cc
diff --git a/ash/common/default_accessibility_delegate.cc b/ash/common/default_accessibility_delegate.cc
index a4ebb236ba1d80ff9f1a36dcdfbc4d5751bd025c..6a1bd37b533a239a73267a72f67ba76ed05d9b29 100644
--- a/ash/common/default_accessibility_delegate.cc
+++ b/ash/common/default_accessibility_delegate.cc
@@ -146,6 +146,13 @@ AccessibilityAlert DefaultAccessibilityDelegate::GetLastAccessibilityAlert() {
return accessibility_alert_;
}
+bool DefaultAccessibilityDelegate::ShouldToggleSpokenFeedbackViaTouch() {
+ return false;
+}
+
+void DefaultAccessibilityDelegate::PlaySpokenFeedbackToggleCountdown(
+ int tick_count) {}
+
void DefaultAccessibilityDelegate::PlayEarcon(int sound_key) {}
base::TimeDelta DefaultAccessibilityDelegate::PlayShutdownSound() const {
« no previous file with comments | « ash/common/default_accessibility_delegate.h ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698