| Index: chrome/browser/predictors/resource_prefetch_common.h
|
| diff --git a/chrome/browser/predictors/resource_prefetch_common.h b/chrome/browser/predictors/resource_prefetch_common.h
|
| index aa03ee7050ebf9f907554edc2351b389e20ba23b..33812ff5183a9975a1ca432698b828bb81cab67c 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_common.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_common.h
|
| @@ -34,9 +34,10 @@ enum PrefetchKeyType {
|
|
|
| // Represents a single navigation for a render frame.
|
| struct NavigationID {
|
| - // TODO(shishir): Maybe take process_id, frame_id and url as input in
|
| - // constructor.
|
| NavigationID();
|
| + NavigationID(int render_process_id,
|
| + int render_frame_id,
|
| + const GURL& main_frame_url);
|
| NavigationID(const NavigationID& other);
|
| explicit NavigationID(content::WebContents* web_contents);
|
| bool operator<(const NavigationID& rhs) const;
|
|
|