| Index: chrome/browser/predictors/loading_predictor.h
|
| diff --git a/chrome/browser/predictors/loading_predictor.h b/chrome/browser/predictors/loading_predictor.h
|
| index 37be5af0bf418cf5a71f034bf94c96f58e41ec2e..9bcdd81fec861b45e1897c201c14f70d8aaced53 100644
|
| --- a/chrome/browser/predictors/loading_predictor.h
|
| +++ b/chrome/browser/predictors/loading_predictor.h
|
| @@ -39,6 +39,9 @@ class LoadingPredictor : public KeyedService,
|
| // Indicates that a page load hint is no longer active.
|
| void CancelPageLoadHint(const GURL& url);
|
|
|
| + // Starts initialization, will complete asynchronously.
|
| + void StartInitialization();
|
| +
|
| // Don't use, internal only.
|
| ResourcePrefetchPredictor* resource_prefetch_predictor() const;
|
|
|
|
|