| Index: content/browser/loader/throttling_resource_handler.h
|
| diff --git a/content/browser/loader/throttling_resource_handler.h b/content/browser/loader/throttling_resource_handler.h
|
| index 32cc6fa0c4988c5dc594cd3ed2a6b94c333cbb88..434151506ad250837132b7824b8bd5b704f7f59b 100644
|
| --- a/content/browser/loader/throttling_resource_handler.h
|
| +++ b/content/browser/loader/throttling_resource_handler.h
|
| @@ -39,7 +39,6 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
|
| bool* defer) override;
|
| bool OnResponseStarted(ResourceResponse* response, bool* defer) override;
|
| bool OnWillStart(const GURL& url, bool* defer) override;
|
| - bool OnBeforeNetworkStart(const GURL& url, bool* defer) override;
|
|
|
| // ResourceController implementation:
|
| void Cancel() override;
|
| @@ -49,7 +48,6 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
|
|
|
| private:
|
| void ResumeStart();
|
| - void ResumeNetworkStart();
|
| void ResumeRedirect();
|
| void ResumeResponse();
|
|
|
| @@ -60,7 +58,6 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
|
| enum DeferredStage {
|
| DEFERRED_NONE,
|
| DEFERRED_START,
|
| - DEFERRED_NETWORK_START,
|
| DEFERRED_REDIRECT,
|
| DEFERRED_RESPONSE
|
| };
|
|
|