| 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 7e097b9fe1cbdd09d275e6f1897ce57e4c078777..472dca6db22a3dde8a1da5aa750fcb214fb0d995 100644
|
| --- a/chrome/browser/prerender/prerender_resource_throttle.h
|
| +++ b/chrome/browser/prerender/prerender_resource_throttle.h
|
| @@ -46,15 +46,11 @@ class PrerenderResourceThrottle
|
|
|
| // Called by the PrerenderContents when a prerender becomes visible.
|
| // May only be called if currently throttling the resource.
|
| - void Resume();
|
| + void ResumeHandler();
|
|
|
| static void OverridePrerenderContentsForTesting(PrerenderContents* contents);
|
|
|
| private:
|
| - // Helper method to cancel the request. May only be called if currently
|
| - // throttling the resource.
|
| - void Cancel();
|
| -
|
| static void WillStartRequestOnUI(
|
| const base::WeakPtr<PrerenderResourceThrottle>& throttle,
|
| const std::string& method,
|
|
|