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

Unified Diff: content/child/request_info.cc

Issue 1847383003: CREDENTIAL: Rework the integration with Fetch (2/2) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-serialized
Patch Set: unittest Created 4 years, 9 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/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index 2af34cd5dc6bf41e78e108d57ff2eec7f3c2766d..561f12183f115ecc19849e3ba89608d503dc1e5a 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -28,7 +28,8 @@ RequestInfo::RequestInfo()
do_not_prompt_for_login(false),
report_raw_headers(false),
extra_data(NULL),
- loading_web_task_runner(nullptr) {}
+ loading_web_task_runner(nullptr),
+ empty_body_in_service_worker(false) {}
RequestInfo::~RequestInfo() {}

Powered by Google App Engine
This is Rietveld 408576698