| Index: ui/chromeos/touch_accessibility_enabler.h
|
| diff --git a/ui/chromeos/touch_accessibility_enabler.h b/ui/chromeos/touch_accessibility_enabler.h
|
| index 1b25990a105b1562ec5aa46863057ae089567f87..67cba2b78fcbd1817fbf002c29678bf9b4cfc98b 100644
|
| --- a/ui/chromeos/touch_accessibility_enabler.h
|
| +++ b/ui/chromeos/touch_accessibility_enabler.h
|
| @@ -30,6 +30,13 @@ class TouchAccessibilityEnablerDelegate {
|
| public:
|
| virtual ~TouchAccessibilityEnablerDelegate() {}
|
|
|
| + // Called when we first detect two fingers are held down.
|
| + virtual void OnTwoFingerTouchStart() {}
|
| +
|
| + // Called when the user is no longer holding down two fingers (including
|
| + // releasing one, holding down three, or moving them).
|
| + virtual void OnTwoFingerTouchStop() {}
|
| +
|
| // While the user holds down two fingers on a touch screen, which is the
|
| // gesture to enable spoken feedback (if held down long enough), play a sound
|
| // every "tick" (approximately every half-second) to warn the user something
|
|
|