| Index: components/metrics/metrics_service_client.h
|
| diff --git a/components/metrics/metrics_service_client.h b/components/metrics/metrics_service_client.h
|
| index fa31c5e97998c366dd5e090db8835130f37126a7..5af38bf60f54c153c7a0f1dbb6138c95aa73f760 100644
|
| --- a/components/metrics/metrics_service_client.h
|
| +++ b/components/metrics/metrics_service_client.h
|
| @@ -28,6 +28,10 @@ class MetricsServiceClient {
|
| // when metrics recording gets enabled.
|
| virtual void SetMetricsClientId(const std::string& client_id) = 0;
|
|
|
| + // Notifies the client that recording is disabled, so that other services
|
| + // (such as crash reporting) can clear any association with metrics.
|
| + virtual void OnRecordingDisabled() = 0;
|
| +
|
| // Whether there's an "off the record" (aka "Incognito") session active.
|
| virtual bool IsOffTheRecordSessionActive() = 0;
|
|
|
|
|