| 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 26ad8d2797512d8da5d43bb501c36a0811356366..f7eb64939708092371d97b0dbf6598aabc9aab1f 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -98,6 +98,8 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
|
| // when a connection violates the Expect CT policy.
|
| void ProcessExpectCTHeader();
|
|
|
| + void ProcessReportToHeader();
|
| +
|
| // |result| should be OK, or the request is canceled.
|
| void OnHeadersReceivedCallback(int result);
|
| void OnStartCompleted(int result);
|
|
|