| Index: chrome/browser/predictors/resource_prefetch_predictor_test_util.h
|
| diff --git a/chrome/browser/predictors/resource_prefetch_predictor_test_util.h b/chrome/browser/predictors/resource_prefetch_predictor_test_util.h
|
| index e66fedd7c8f79577859dfbc7af0c406799827bd2..0b6e9df5248352a9ce9e5032dc0472f989488589 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor_test_util.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor_test_util.h
|
| @@ -77,6 +77,8 @@ ResourcePrefetchPredictor::URLRequestSummary CreateURLRequestSummary(
|
| bool has_validators = false,
|
| bool always_revalidate = false);
|
|
|
| +void PopulateTestConfig(LoadingPredictorConfig* config);
|
| +
|
| // For printing failures nicely.
|
| std::ostream& operator<<(std::ostream& stream, const PrefetchData& data);
|
| std::ostream& operator<<(std::ostream& stream, const ResourceData& resource);
|
|
|