| 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..6aa396e80695ac29caa7f94c784b38e4e8ccdf60 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -167,6 +167,7 @@ class URLRequestHttpJob : public URLRequestJob {
|
| // Starts the transaction if extensions using the webrequest API do not
|
| // object.
|
| void StartTransaction();
|
| + void MaybeStartTransactionInternal(int result);
|
| void StartTransactionInternal();
|
|
|
| void RecordPerfHistograms(CompletionCause reason);
|
|
|