| Index: ui/events/latency_info.cc
|
| diff --git a/ui/events/latency_info.cc b/ui/events/latency_info.cc
|
| index 2ef0629d51ba3d1c72e059768d52164f55b39872..9c44bdc2e9062e0dc8a698026c8130f005ab32c2 100644
|
| --- a/ui/events/latency_info.cc
|
| +++ b/ui/events/latency_info.cc
|
| @@ -154,7 +154,8 @@ void LatencyInfo::AddLatencyNumberWithTimestamp(LatencyComponentType component,
|
| bool dump_to_trace) {
|
| if (dump_to_trace && IsBeginComponent(component)) {
|
| // Should only ever add begin component once.
|
| - CHECK_EQ(-1, trace_id);
|
| + // Put the CHECK back once crbug.com/321116 is resolved.
|
| + // CHECK_EQ(-1, trace_id);
|
| trace_id = component_sequence_number;
|
| TRACE_EVENT_ASYNC_BEGIN0("benchmark",
|
| "InputLatency",
|
|
|