| Index: chrome/browser/prerender/prerender_resource_throttle.h
|
| diff --git a/chrome/browser/prerender/prerender_resource_throttle.h b/chrome/browser/prerender/prerender_resource_throttle.h
|
| index a9f853ec9ccb45379d74940b614b10688629d6d5..81ade81a8e39ddd9ee6ae6f7cb82e7b1d790623d 100644
|
| --- a/chrome/browser/prerender/prerender_resource_throttle.h
|
| +++ b/chrome/browser/prerender/prerender_resource_throttle.h
|
| @@ -73,9 +73,13 @@ class PrerenderResourceThrottle
|
| web_contents_getter);
|
|
|
| static void WillProcessResponseOnUI(
|
| + const base::WeakPtr<PrerenderResourceThrottle>& throttle,
|
| bool is_main_resource,
|
| bool is_no_store,
|
| int redirect_count,
|
| + bool has_appcache,
|
| + const content::ResourceRequestInfo::WebContentsGetter&
|
| + web_contents_getter,
|
| scoped_refptr<PrerenderThrottleInfo> prerender_throttle_info);
|
|
|
| // Helper to return the PrerenderContents given a WebContentsGetter. May
|
|
|