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 019108aff26302719384fe0b00b9a5664657418a..804d1b0bb824972400e8c4443166335df08b5e83 100644 |
--- a/content/child/web_url_loader_impl.h |
+++ b/content/child/web_url_loader_impl.h |
@@ -68,6 +68,12 @@ class CONTENT_EXPORT WebURLLoaderImpl |
int intra_priority_value) 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; |