| Index: ash/ash_touch_exploration_manager_chromeos.h
|
| diff --git a/ash/ash_touch_exploration_manager_chromeos.h b/ash/ash_touch_exploration_manager_chromeos.h
|
| index d330a99b989128b9f0b8cbff1e69b7a1f45cab7c..736d45167696a9a414661720d5358a5ec21484c5 100644
|
| --- a/ash/ash_touch_exploration_manager_chromeos.h
|
| +++ b/ash/ash_touch_exploration_manager_chromeos.h
|
| @@ -55,6 +55,8 @@ class ASH_EXPORT AshTouchExplorationManager
|
| uint32_t changed_metrics) override;
|
|
|
| // TouchAccessibilityEnablerDelegate overrides:
|
| + void OnTwoFingerTouchStart() override;
|
| + void OnTwoFingerTouchStop() override;
|
| void PlaySpokenFeedbackToggleCountdown(int tick_count) override;
|
| void ToggleSpokenFeedback() override;
|
|
|
|
|