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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.cc

Issue 2955783003: Call matching method on delegate (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bbe28d8abf2dae51977e6562813a342c41e784e3..f8823ebe64ce4c71f686b59a7bd18f0b7f0daa22 100644
--- a/ash/ash_touch_exploration_manager_chromeos.cc
+++ b/ash/ash_touch_exploration_manager_chromeos.cc
@@ -117,7 +117,7 @@ void AshTouchExplorationManager::OnTwoFingerTouchStart() {
void AshTouchExplorationManager::OnTwoFingerTouchStop() {
AccessibilityDelegate* delegate = Shell::Get()->accessibility_delegate();
- delegate->OnTwoFingerTouchStart();
+ delegate->OnTwoFingerTouchStop();
}
void AshTouchExplorationManager::PlaySpokenFeedbackToggleCountdown(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698