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

Unified Diff: ash/default_accessibility_delegate.cc

Issue 2808053004: Fire accessibilityPrivate events on two-finger hold gesture. (Closed)
Patch Set: Rebase Created 3 years, 8 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.cc
diff --git a/ash/default_accessibility_delegate.cc b/ash/default_accessibility_delegate.cc
index e2fd90a106504cabb4d0b7d3a0b63844f515db70..5770918f75df573a5b903ee22e46e621a9b7f2df 100644
--- a/ash/default_accessibility_delegate.cc
+++ b/ash/default_accessibility_delegate.cc
@@ -162,6 +162,10 @@ AccessibilityAlert DefaultAccessibilityDelegate::GetLastAccessibilityAlert() {
return accessibility_alert_;
}
+void DefaultAccessibilityDelegate::OnTwoFingerTouchStart() {}
+
+void DefaultAccessibilityDelegate::OnTwoFingerTouchStop() {}
+
bool DefaultAccessibilityDelegate::ShouldToggleSpokenFeedbackViaTouch() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698