| Index: net/url_request/url_request_http_job.h
|
| diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
|
| index 22e092ec8d9128d05e96a9321cd2b6384721093f..3457166021e7a79a30089efde269e7ca440b15b0 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -159,6 +159,9 @@ class URLRequestHttpJob : public URLRequestJob {
|
| // Starts the transaction if extensions using the webrequest API do not
|
| // object.
|
| void StartTransaction();
|
| + // If |result| is net::OK, calls StartTransactionInternal. Otherwise notifies
|
| + // cancellation.
|
| + void MaybeStartTransactionInternal(int result);
|
| void StartTransactionInternal();
|
|
|
| void RecordPerfHistograms(CompletionCause reason);
|
|
|