Commit fa59d41d authored by lanwei's avatar lanwei Committed by Commit bot

Correct the UMA histogram name

BUG=352654

Review URL: https://codereview.chromium.org/547653002

Cr-Commit-Position: refs/heads/master@{#293533}
parent fcac6578
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment