| Index: components/metrics/profiler/tracking_synchronizer_observer.h
|
| diff --git a/components/metrics/profiler/tracking_synchronizer_observer.h b/components/metrics/profiler/tracking_synchronizer_observer.h
|
| index 56be283cdd2097d5d3b63c241365cd8f463b4120..bc7a5b9d01ca1dad1b6778f974aead330a47fafc 100644
|
| --- a/components/metrics/profiler/tracking_synchronizer_observer.h
|
| +++ b/components/metrics/profiler/tracking_synchronizer_observer.h
|
| @@ -29,12 +29,6 @@ typedef std::vector<ProfilerEventProto::ProfilerEvent> ProfilerEvents;
|
| // Observer for notifications from the TrackingSynchronizer class.
|
| class TrackingSynchronizerObserver {
|
| public:
|
| - // TODO(vadimt): Consider isherman@ idea: I'd change the phase_start and
|
| - // phase_finish from TimeDeltas to TimeTicks. And I'd omit the |past_events|
|
| - // list -- either in favor of a single ProfilerEvent that corresponds to the
|
| - // phase, or a method on the TrackingSynchronizer that can translate a
|
| - // profiling_phase to a ProfilerEvent.
|
| -
|
| // Received |process_data_phase| for profiling phase |profiling_phase| from a
|
| // single process of |process_type|. The phase start and finish times,
|
| // relative to the start time are |phase_start| and
|
|
|