| 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);
|
| };
|
|
|