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

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: 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.cc
diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc
index d39ee59c4648f2f5cfaa33c11228e8945fb955d8..aed3bc5e267bb727605ec30123fc885fbebd4e9d 100644
--- a/content/public/common/resource_response.cc
+++ b/content/public/common/resource_response.cc
@@ -53,6 +53,8 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
head.service_worker_ready_time;
new_response->head.is_using_lofi = head.is_using_lofi;
new_response->head.effective_connection_type = head.effective_connection_type;
+ new_response->head.signed_certificate_timestamps =
+ head.signed_certificate_timestamps;
return new_response;
}
« no previous file with comments | « content/public/browser/signed_certificate_timestamp_store.h ('k') | content/public/common/resource_response_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698