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..a1e161ade45f16a7aaf6962eabac5772c7441ad6 100644 |
--- a/chrome/browser/metrics/variations/variations_service.h |
+++ b/chrome/browser/metrics/variations/variations_service.h |
@@ -53,6 +53,10 @@ class VariationsService |
// static for test purposes. |
static GURL GetVariationsServerURL(PrefService* local_prefs); |
+ // Potentially triggers a FetchVariationsSeed call. This may depend on how |
+ // long it has been since the previous fetch occurred. |
+ void ScheduleFetch(); |
Alexei Svitkine (slow)
2014/02/12 16:22:47
I prefer if this is done similarly to MetricsServi
|
+ |
#if defined(OS_WIN) |
// Starts syncing Google Update Variation IDs with the registry. |
void StartGoogleUpdateRegistrySync(); |