Index: ash/ash_touch_exploration_manager_chromeos.cc |
diff --git a/ash/ash_touch_exploration_manager_chromeos.cc b/ash/ash_touch_exploration_manager_chromeos.cc |
index f5e212b9525c6ec55b9f291c1ad3a52a6d438d42..da8d30166a2451f8542f24f11b7cf46035cd063e 100644 |
--- a/ash/ash_touch_exploration_manager_chromeos.cc |
+++ b/ash/ash_touch_exploration_manager_chromeos.cc |
@@ -57,6 +57,10 @@ void AshTouchExplorationManager::SetOutputLevel(int volume) { |
audio_handler_->SetOutputMute(true); |
} |
+void AshTouchExplorationManager::PlayEarCon() { |
+ PlaySystemSoundIfSpokenFeedback(chromeos::SOUND_PASSTHROUGH); |
+} |
+ |
void AshTouchExplorationManager::UpdateTouchExplorationState() { |
AccessibilityDelegate* delegate = |
Shell::GetInstance()->accessibility_delegate(); |