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

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

Issue 659573006: [ServiceWorker] pipe ServiceWorkerResponseType [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix error Created 6 years, 2 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/public/common/resource_response_info.h ('k') | 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_info.cc
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
index 4ce9e375dd112cb293d5a85c5c887074d1657172..d5e81e91b35197b00907eaeec045c88041f39d55 100644
--- a/content/public/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -19,7 +19,9 @@ ResourceResponseInfo::ResourceResponseInfo()
connection_info(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
was_fetched_via_proxy(false),
was_fetched_via_service_worker(false),
- was_fallback_required_by_service_worker(false) {
+ was_fallback_required_by_service_worker(false),
+ response_type_via_service_worker(
+ blink::WebServiceWorkerResponseTypeDefault) {
}
ResourceResponseInfo::~ResourceResponseInfo() {
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698