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 d6ca881ef2b233e0afb204bcb8b921e60a228a1a..bce2a52991acb1b9359698d449502ce5d01d59c8 100644 |
--- a/ash/ash_touch_exploration_manager_chromeos.h |
+++ b/ash/ash_touch_exploration_manager_chromeos.h |
@@ -33,9 +33,12 @@ class ASH_EXPORT AshTouchExplorationManager |
AccessibilityNotificationVisibility notify) OVERRIDE; |
// TouchExplorationControllerDelegate overrides: |
- virtual void PlayVolumeAdjustSound() OVERRIDE; |
virtual void SetOutputLevel(int volume) OVERRIDE; |
virtual void SilenceSpokenFeedback() OVERRIDE; |
+ virtual void PlayVolumeAdjustEarcon() OVERRIDE; |
+ virtual void PlayPassthroughEarcon() OVERRIDE; |
+ virtual void PlayExitScreenEarcon() OVERRIDE; |
+ virtual void PlayEnterScreenEarcon() OVERRIDE; |
private: |
void UpdateTouchExplorationState(); |