| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index f50934d0db5d53e72d624dcde35a735a02e18a23..248285c197df46a7ef638e67e15355726589be3a 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -293,6 +293,8 @@ class MetricsService
|
| // should not be called more than once.
|
| void CheckForClonedInstall();
|
|
|
| + void ResetVariationsState();
|
| +
|
| private:
|
| // The MetricsService has a lifecycle that is stored as a state.
|
| // See metrics_service.cc for description of this lifecycle.
|
|
|