| Index: third_party/WebKit/public/platform/WebURLResponse.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
|
| index d3a8c420a435a7b3df325a1b09b2045b060a71d8..6eca866be5ec54d5c6cdd7b3c7d4dcadb51da2a4 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -229,6 +229,9 @@ public:
|
| BLINK_PLATFORM_EXPORT bool isMultipartPayload() const;
|
| BLINK_PLATFORM_EXPORT void setIsMultipartPayload(bool);
|
|
|
| + // The boundary of the response. Set only when this is a multipart response.
|
| + BLINK_PLATFORM_EXPORT void setMultipartBoundary(const char* bytes, size_t /* size */);
|
| +
|
| // This indicates the location of a downloaded response if the
|
| // WebURLRequest had the downloadToFile flag set to true. This file path
|
| // remains valid for the lifetime of the WebURLLoader used to create it.
|
|
|