| Index: chrome/browser/metrics/variations/variations_service.h
|
| diff --git a/chrome/browser/metrics/variations/variations_service.h b/chrome/browser/metrics/variations/variations_service.h
|
| index 2ad70265263a69d70d7e0fe23fbbd4ab14478ade..6f5d3db2cc639ad2d31cbe88acd08c401e1319ad 100644
|
| --- a/chrome/browser/metrics/variations/variations_service.h
|
| +++ b/chrome/browser/metrics/variations/variations_service.h
|
| @@ -53,6 +53,13 @@ class VariationsService
|
| // static for test purposes.
|
| static GURL GetVariationsServerURL(PrefService* local_prefs);
|
|
|
| + // Called when the application enters foreground. This may trigger a
|
| + // FetchVariationsSeed call.
|
| + // TODO(rkaplow): Handle this and the similar event in metrics_service by
|
| + // observing an 'OnAppEnterForeground' event instead of requiring the frontend
|
| + // code to notify each service individually.
|
| + void OnAppEnterForeground();
|
| +
|
| #if defined(OS_WIN)
|
| // Starts syncing Google Update Variation IDs with the registry.
|
| void StartGoogleUpdateRegistrySync();
|
|
|