| Index: chrome/browser/metrics/chrome_metrics_service_client.h
|
| diff --git a/chrome/browser/metrics/chrome_metrics_service_client.h b/chrome/browser/metrics/chrome_metrics_service_client.h
|
| index 2b95742b3cf670e477beb56ce1e19e3579884cbb..8ae2a33fd8f2d318c279a64ee4f39ec20bdb76bd 100644
|
| --- a/chrome/browser/metrics/chrome_metrics_service_client.h
|
| +++ b/chrome/browser/metrics/chrome_metrics_service_client.h
|
| @@ -94,8 +94,13 @@ class ChromeMetricsServiceClient
|
|
|
| // TrackingSynchronizerObserver:
|
| void ReceivedProfilerData(
|
| - const tracked_objects::ProcessDataSnapshot& process_data,
|
| - int process_type) override;
|
| + const tracked_objects::ProcessDataPhaseSnapshot& process_data_phase,
|
| + int process_id,
|
| + int process_type,
|
| + int profiling_phase,
|
| + const base::TimeDelta& profiling_phase_start,
|
| + const base::TimeDelta& profiling_phase_finish,
|
| + const metrics::ProfilerEventsSet& past_profiler_events) override;
|
| void FinishedReceivingProfilerData() override;
|
|
|
| // Callbacks for various stages of final log info collection. Do not call
|
|
|