Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Implement a new flow event API that allows binding flow events and re…
Browse files Browse the repository at this point in the history
…gular events.

CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Committed: https://crrev.com/21c55cb65ef294af3e5479c34473786281168aef
Cr-Commit-Position: refs/heads/master@{#341023}

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

Cr-Commit-Position: refs/heads/master@{#341154}
  • Loading branch information
yuhaoz authored and Commit bot committed Jul 30, 2015
1 parent 9452680 commit 565896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/trace_event/trace_event_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class BASE_EXPORT TraceEvent {
int thread_id_;
char phase_;
unsigned int flags_;
unsigned int bind_id_;
unsigned long long bind_id_;
unsigned char arg_types_[kTraceMaxNumArgs];

DISALLOW_COPY_AND_ASSIGN(TraceEvent);
Expand Down

0 comments on commit 565896a

Please sign in to comment.