| 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 d4a0065d57f8ec01a19b842eac69fa269d396235..d2bbee3ce4e5b58a7451aaa71c729d45d98b45b6 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor.h
|
| @@ -96,7 +96,8 @@ class ResourcePrefetchPredictor
|
| bool always_revalidate;
|
|
|
| // Initializes a |URLRequestSummary| from a |URLRequest| response.
|
| - // Returns true for success.
|
| + // Returns true for success. Note: NavigationID is NOT initialized
|
| + // by this function.
|
| static bool SummarizeResponse(const net::URLRequest& request,
|
| URLRequestSummary* summary);
|
| };
|
|
|