| Index: public/platform/WebURLRequest.h
|
| diff --git a/public/platform/WebURLRequest.h b/public/platform/WebURLRequest.h
|
| index 9dbae0ab21622999c7e9f0de3ed7aa1545897ff5..073075c0d37c752738d53a774e86e3fae907e57c 100644
|
| --- a/public/platform/WebURLRequest.h
|
| +++ b/public/platform/WebURLRequest.h
|
| @@ -228,6 +228,10 @@ public:
|
| BLINK_PLATFORM_EXPORT bool skipServiceWorker() const;
|
| BLINK_PLATFORM_EXPORT void setSkipServiceWorker(bool);
|
|
|
| + // True if the requestor wants to receive the response body as a stream.
|
| + BLINK_PLATFORM_EXPORT bool useStreamOnResponse() const;
|
| + BLINK_PLATFORM_EXPORT void setUseStreamOnResponse(bool);
|
| +
|
| // The request mode which will be passed to the ServiceWorker.
|
| BLINK_PLATFORM_EXPORT FetchRequestMode fetchRequestMode() const;
|
| BLINK_PLATFORM_EXPORT void setFetchRequestMode(FetchRequestMode);
|
|
|