| 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..d11f783fd39bacd28fc88066f5cf6ae4f6c70e0d 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, bool small_db = true);
|
| +
|
| // For printing failures nicely.
|
| std::ostream& operator<<(std::ostream& stream, const PrefetchData& data);
|
| std::ostream& operator<<(std::ostream& stream, const ResourceData& resource);
|
|
|