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

Unified Diff: content/child/request_info.h

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.h
diff --git a/content/child/request_info.h b/content/child/request_info.h
index d808225379efc937095331b13db5dd54155ab251..17e926e59a4b49fc77262fbf2f05fde922753776 100644
--- a/content/child/request_info.h
+++ b/content/child/request_info.h
@@ -127,6 +127,9 @@ struct CONTENT_EXPORT RequestInfo {
// the ResourceBody that has already been fetched by the browser process.
GURL resource_body_stream_url;
+ // True if the request's body should not be exposed to service workers.
+ bool empty_body_in_service_worker;
+
private:
DISALLOW_COPY_AND_ASSIGN(RequestInfo);
};

Powered by Google App Engine
This is Rietveld 408576698