| 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 8ee24b253fb75b8bf3904d396b5897dca7f97d9a..b1af324f76d877ce364f5920c9ecfbab2245e06a 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -167,6 +167,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);
|
|
|