| 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 7456d1dc15065b07d4d2322ff0671c26a8eeb1fc..81238232efeb920d4db164372ff7685fc4aebdb6 100644
|
| --- a/chrome/browser/metrics/chrome_metrics_service_client.h
|
| +++ b/chrome/browser/metrics/chrome_metrics_service_client.h
|
| @@ -97,12 +97,8 @@ class ChromeMetricsServiceClient
|
|
|
| // TrackingSynchronizerObserver:
|
| void ReceivedProfilerData(
|
| + const metrics::ProfilerDataAttributes& attributes,
|
| const tracked_objects::ProcessDataPhaseSnapshot& process_data_phase,
|
| - base::ProcessId process_id,
|
| - content::ProcessType process_type,
|
| - int profiling_phase,
|
| - base::TimeDelta phase_start,
|
| - base::TimeDelta phase_finish,
|
| const metrics::ProfilerEvents& past_profiler_events) override;
|
| void FinishedReceivingProfilerData() override;
|
|
|
| @@ -185,6 +181,9 @@ class ChromeMetricsServiceClient
|
| // used.
|
| base::Callback<void(bool*)> cellular_callback_;
|
|
|
| + // Time of this object's creation.
|
| + const base::TimeTicks start_time_;
|
| +
|
| base::WeakPtrFactory<ChromeMetricsServiceClient> weak_ptr_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeMetricsServiceClient);
|
|
|