| 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..bb6fc0c74cce4c119dd959ba95cc08c3fc7af861 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -98,6 +98,10 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
|
| // when a connection violates the Expect CT policy.
|
| void ProcessExpectCTHeader();
|
|
|
| + // Processes the Report-To header, if one exists. This header configures where
|
| + // the Reporting API (in //net/reporting) will send reports for the origin.
|
| + void ProcessReportToHeader();
|
| +
|
| // |result| should be OK, or the request is canceled.
|
| void OnHeadersReceivedCallback(int result);
|
| void OnStartCompleted(int result);
|
|
|