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