| Index: components/metrics/metrics_provider.h
|
| diff --git a/components/metrics/metrics_provider.h b/components/metrics/metrics_provider.h
|
| index abfbc6f63f55d0be929d11d73d5d48b8350db1f2..9daaaafce245636ebc9107eee945d49940a06354 100644
|
| --- a/components/metrics/metrics_provider.h
|
| +++ b/components/metrics/metrics_provider.h
|
| @@ -43,6 +43,10 @@ class MetricsProvider {
|
| virtual void ProvideStabilityMetrics(
|
| SystemProfileProto* system_profile_proto);
|
|
|
| + // Called to indicate that saved stability prefs should be cleared, e.g.
|
| + // because they are from an old version and should not be kept.
|
| + virtual void ClearSavedStabilityMetrics();
|
| +
|
| // Provides general metrics that are neither system profile nor stability
|
| // metrics.
|
| virtual void ProvideGeneralMetrics(
|
|
|