| 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 1b0253e178736750b56c737905c5443ca14dab51..edd31665ca0c79fdba83182c09523da9678bdd82 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor.h
|
| @@ -214,10 +214,8 @@ class ResourcePrefetchPredictor
|
|
|
| // Called when onload completes for a navigation. We treat this point as the
|
| // "completion" of the navigation. The resources requested by the page up to
|
| - // this point are the only ones considered for prefetching. Return the page
|
| - // load time for testing.
|
| - base::TimeDelta OnNavigationComplete(
|
| - const NavigationID& nav_id_without_timing_info);
|
| + // this point are the only ones considered for prefetching.
|
| + void OnNavigationComplete(const NavigationID& nav_id_without_timing_info);
|
|
|
| // Returns true if there is PrefetchData that can be used for the
|
| // navigation and fills in the |prefetch_data| to resources that need to be
|
|
|