| 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 39c17e990710d54f4787944a040fc40730449521..5f2c4e96e28bd46ca669e0f02106035891277499 100644
|
| --- a/chrome/browser/metrics/variations/variations_service.h
|
| +++ b/chrome/browser/metrics/variations/variations_service.h
|
| @@ -267,6 +267,9 @@ class VariationsService
|
| // latency of seed requests. Initially zero.
|
| base::TimeTicks last_request_started_time_;
|
|
|
| + // The number of requests to the variations server that have been performed.
|
| + int request_count_;
|
| +
|
| // List of observers of the VariationsService.
|
| ObserverList<Observer> observer_list_;
|
|
|
|
|