| Index: content/child/web_url_loader_impl.h
|
| diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
|
| index 290ad993bf65fccadb958d54d2ad27083c599c05..defcf8b24b7606fa1a91b43a618e6f590ab6cc44 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -70,6 +70,12 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
| blink::WebThreadedDataReceiver* threaded_data_receiver) override;
|
| void setLoadingTaskRunner(blink::WebTaskRunner* loading_task_runner) override;
|
|
|
| + // This is a utility function for multipart image resources.
|
| + static bool ParseMultipartHeadersFromBody(const char* bytes,
|
| + size_t size,
|
| + blink::WebURLResponse* response,
|
| + size_t* end);
|
| +
|
| private:
|
| class Context;
|
| class RequestPeerImpl;
|
|
|