Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 420073003: Two Finger Tap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improved descriptions Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d6ca881ef2b233e0afb204bcb8b921e60a228a1a 100644
--- a/ash/ash_touch_exploration_manager_chromeos.h
+++ b/ash/ash_touch_exploration_manager_chromeos.h
@@ -35,6 +35,7 @@ class ASH_EXPORT AshTouchExplorationManager
// TouchExplorationControllerDelegate overrides:
virtual void PlayVolumeAdjustSound() OVERRIDE;
virtual void SetOutputLevel(int volume) OVERRIDE;
+ virtual void SilenceSpokenFeedback() OVERRIDE;
dmazzoni 2014/07/31 20:44:43 You're not actually using this, right? You're just
lisayin 2014/07/31 21:43:27 Yeah. It's set up to send it natively though once
private:
void UpdateTouchExplorationState();

Powered by Google App Engine
This is Rietveld 408576698