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

Unified Diff: ui/events/latency_info.cc

Issue 76443003: Comment out the CHECK for trace_id for now (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/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",
« 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