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 56051fcc32e2050cde7e7c25cd373039c41a6630..c914ff13046e57628ec7e664473850fc7138175d 100644 |
--- a/net/url_request/url_request_http_job.h |
+++ b/net/url_request/url_request_http_job.h |
@@ -98,6 +98,11 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob { |
// Processes the Public-Key-Pins header, if one exists. |
void ProcessPublicKeyPinsHeader(); |
+ // Processes the Expect-CT header, if one exists. This header |
+ // indicates that the server wants the user agent to send a report |
+ // when a connection violates the Expect CT policy. |
+ void ProcessExpectCTHeader(); |
+ |
// |result| should be OK, or the request is canceled. |
void OnHeadersReceivedCallback(int result); |
void OnStartCompleted(int result); |