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

Unified Diff: ui/events/gesture_detection/gesture_touch_uma_histogram.cc

Issue 547653002: Correct the UMA histogram name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: ui/events/gesture_detection/gesture_touch_uma_histogram.cc
diff --git a/ui/events/gesture_detection/gesture_touch_uma_histogram.cc b/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
index 51d37313f21f35afa194188d09bd856419973fbd..b8275aaeffbd6f4823dafc8b153a946d52c04024 100644
--- a/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
+++ b/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
@@ -43,7 +43,7 @@ void GestureTouchUMAHistogram::RecordTouchEvent(const MotionEvent& event) {
50);
base::TimeDelta duration = event.GetEventTime() - start_time_;
- UMA_HISTOGRAM_TIMES("Event.TouchDuration2", duration);
+ UMA_HISTOGRAM_TIMES("Event.TouchDuration", duration);
}
is_single_finger_ = false;
}
« 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