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

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

Issue 2684933011: M57: Add UseCounter for ServiceWorkerNavigationPreload. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « content/common/resource_messages.h ('k') | content/public/common/resource_response_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response.cc
diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc
index b8b253d41c98e381ffe3d9c49a7f270c16d61171..44122e5da4ab8966b5275c0330eeba27415f4b92 100644
--- a/content/public/common/resource_response.cc
+++ b/content/public/common/resource_response.cc
@@ -56,6 +56,8 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
new_response->head.signed_certificate_timestamps =
head.signed_certificate_timestamps;
new_response->head.cors_exposed_header_names = head.cors_exposed_header_names;
+ new_response->head.did_service_worker_navigation_preload =
+ head.did_service_worker_navigation_preload;
return new_response;
}
« no previous file with comments | « content/common/resource_messages.h ('k') | content/public/common/resource_response_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698