| Index: chrome/browser/predictors/resource_prefetch_predictor.h
|
| diff --git a/chrome/browser/predictors/resource_prefetch_predictor.h b/chrome/browser/predictors/resource_prefetch_predictor.h
|
| index 24964987874176ae493723e8d522373009f27a5e..6b8985e213f4d559d6ba7b5d4ba130c8d462f53a 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor.h
|
| @@ -82,8 +82,6 @@ class ResourcePrefetchPredictor
|
| int max_resources_per_entry; // Default 50
|
| // The number of consecutive misses after we stop tracking a resource Url.
|
| int max_consecutive_misses; // Default 3
|
| - // The number of resources we should report accuracy stats on.
|
| - int num_resources_assumed_prefetched; // Default 25
|
| };
|
|
|
| // Stores the data that we need to get from the URLRequest.
|
|
|