| Index: chrome/browser/predictors/loading_predictor.h
|
| diff --git a/chrome/browser/predictors/loading_predictor.h b/chrome/browser/predictors/loading_predictor.h
|
| index e5c90b81b3aef9c006bb718a36e52f3ab4b78865..e9e1655b34fd0d6e72d1908123c287f774a2c0c5 100644
|
| --- a/chrome/browser/predictors/loading_predictor.h
|
| +++ b/chrome/browser/predictors/loading_predictor.h
|
| @@ -59,12 +59,9 @@ class LoadingPredictor : public KeyedService,
|
| // KeyedService:
|
| void Shutdown() override;
|
|
|
| - void OnMainFrameRequest(
|
| - const ResourcePrefetchPredictor::URLRequestSummary& summary);
|
| - void OnMainFrameRedirect(
|
| - const ResourcePrefetchPredictor::URLRequestSummary& summary);
|
| - void OnMainFrameResponse(
|
| - const ResourcePrefetchPredictor::URLRequestSummary& summary);
|
| + void OnMainFrameRequest(const URLRequestSummary& summary);
|
| + void OnMainFrameRedirect(const URLRequestSummary& summary);
|
| + void OnMainFrameResponse(const URLRequestSummary& summary);
|
|
|
| private:
|
| // Cancels an active hint, from its iterator inside |active_hints_|. If the
|
|
|