Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1357)

Unified Diff: content/public/common/resource_response_info.h

Issue 1957483003: Removal of SignedCertificateTimestampStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed IPC problem Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/public/common/resource_response.cc ('k') | content/public/common/signed_certificate_timestamp_id_and_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698