Index: net/url_request/url_request.h |
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h |
index 7a810a7e0a9ea09a149bff3f508fe9db84e70c1a..981c9069397d5d40c5716b6b7f9a3bf72464670e 100644 |
--- a/net/url_request/url_request.h |
+++ b/net/url_request/url_request.h |
@@ -584,10 +584,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), |
// response to an OnReceivedRedirect call. |
void FollowDeferredRedirect(); |
- // This method must be called to resume network communications that were |
- // deferred in response to an OnBeforeNetworkStart call. |
- void ResumeNetworkStart(); |
- |
// One of the following two methods should be called in response to an |
// OnAuthRequired() callback (and only then). |
// SetAuth will reissue the request with the given credentials. |