Index: content/public/common/resource_response_info.h |
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h |
index 5f5d914ecc8ce8dbadcae23d4d252f3fd13dc811..ba38d544b7bc58c3256a310e12b916609fefbd5e 100644 |
--- a/content/public/common/resource_response_info.h |
+++ b/content/public/common/resource_response_info.h |
@@ -19,6 +19,7 @@ |
#include "net/http/http_response_headers.h" |
#include "net/http/http_response_info.h" |
#include "net/nqe/network_quality_estimator.h" |
+#include "net/ssl/signed_certificate_timestamp_and_status.h" |
#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h" |
#include "url/gurl.h" |
@@ -151,6 +152,11 @@ struct ResourceResponseInfo { |
// only for responses that correspond to main frame requests. |
net::NetworkQualityEstimator::EffectiveConnectionType |
effective_connection_type; |
+ |
+ // List of Signed Certificate Timestamps (SCTs) and their corresponding |
+ // validation status. Only present if the renderer process set |
+ // report_raw_headers to true. |
+ net::SignedCertificateTimestampAndStatusList signed_certificate_timestamps; |
}; |
} // namespace content |