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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_base.cc

Issue 180723007: Telemetry: Remove unnessessary 'benchmark' traces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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: content/browser/renderer_host/input/synthetic_gesture_target_base.cc
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_base.cc b/content/browser/renderer_host/input/synthetic_gesture_target_base.cc
index 4db80009d717f7d6337c7581314df5346c889140..17a049942b441ea0606877407ea96f7dcdcd2054 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_base.cc
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.cc
@@ -42,7 +42,7 @@ SyntheticGestureTargetBase::~SyntheticGestureTargetBase() {
void SyntheticGestureTargetBase::DispatchInputEventToPlatform(
const WebInputEvent& event) {
- TRACE_EVENT1("benchmark",
+ TRACE_EVENT1("input",
"SyntheticGestureTarget::DispatchInputEventToPlatform",
"type", WebInputEventTraits::GetName(event.type));

Powered by Google App Engine
This is Rietveld 408576698