| Index: ui/events/latency_info.h
|
| diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
|
| index 443e5fb9fbd6776be72fe7e9459ba7858492fca8..4373375742b35b56e8ce43d6a7bb6621e024b8c9 100644
|
| --- a/ui/events/latency_info.h
|
| +++ b/ui/events/latency_info.h
|
| @@ -124,6 +124,9 @@ class EVENTS_BASE_EXPORT LatencyInfo {
|
| LatencyInfo();
|
| ~LatencyInfo();
|
|
|
| + // For test only.
|
| + LatencyInfo(int64 trace_id, bool terminated);
|
| +
|
| // Returns true if the vector |latency_info| is valid. Returns false
|
| // if it is not valid and log the |referring_msg|.
|
| // This function is mainly used to check the latency_info vector that
|
|
|