Index: cc/debug/benchmark_instrumentation.h |
diff --git a/cc/debug/benchmark_instrumentation.h b/cc/debug/benchmark_instrumentation.h |
index 944ac66d216206173206dba90aaf71fa961671ed..99cfa21f62f3ae62ae04d872320e9739205fbf56 100644 |
--- a/cc/debug/benchmark_instrumentation.h |
+++ b/cc/debug/benchmark_instrumentation.h |
@@ -20,6 +20,8 @@ const char kCategory[] = "cc,benchmark"; |
const char kBeginFrameId[] = "begin_frame_id"; |
} // namespace internal |
+// TODO(khushalsagar): Fix these names for the telemetry benchmarks. |
+// See crbug/567993. |
const char kSendBeginFrame[] = "ThreadProxy::ScheduledActionSendBeginMainFrame"; |
const char kDoBeginFrame[] = "ThreadProxy::BeginMainFrame"; |