| Index: base/trace_event/trace_event_impl.h
|
| diff --git a/base/trace_event/trace_event_impl.h b/base/trace_event/trace_event_impl.h
|
| index c3da0b5e3998a2eb1e6b9019516793aeb1a8aaae..1d00a711e527f5b19a1db8f77b8c7f1229161d34 100644
|
| --- a/base/trace_event/trace_event_impl.h
|
| +++ b/base/trace_event/trace_event_impl.h
|
| @@ -603,6 +603,8 @@ class BASE_EXPORT TraceLog {
|
|
|
| int process_id() const { return process_id_; }
|
|
|
| + uint64 MangleEventId(uint64 id);
|
| +
|
| // Exposed for unittesting:
|
|
|
| void WaitSamplingEventForTesting();
|
|
|