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

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

Issue 1646703002: Deep copy is_using_lofi in resource_response.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | 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 1277355445f259777afef34ee2193df18dd5eb9a..2e8d97e16c4fe8b53e05a39e3c5f2a0d986e7c88 100644
--- a/content/public/common/resource_response.cc
+++ b/content/public/common/resource_response.cc
@@ -51,6 +51,7 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
head.service_worker_start_time;
new_response->head.service_worker_ready_time =
head.service_worker_ready_time;
+ new_response->head.is_using_lofi = head.is_using_lofi;
return new_response;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698