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

Unified Diff: content/public/common/resource_response.cc

Issue 1957483003: Removal of SignedCertificateTimestampStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated a comment 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.cc
diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc
index 2e8d97e16c4fe8b53e05a39e3c5f2a0d986e7c88..a0e911a546bed5296281d650c6320426e51853bb 100644
--- a/content/public/common/resource_response.cc
+++ b/content/public/common/resource_response.cc
@@ -52,6 +52,8 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
new_response->head.service_worker_ready_time =
head.service_worker_ready_time;
new_response->head.is_using_lofi = head.is_using_lofi;
+ new_response->head.signed_certificate_timestamps =
+ head.signed_certificate_timestamps;
return new_response;
}

Powered by Google App Engine
This is Rietveld 408576698