Chromium Code Reviews| Index: content/child/blink_platform_impl.h |
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
| index bdf839e255bb550b080bd6cfe1763ad4bf15fb71..42b428fcf49ec7372c7d5c25dffa0246dbdd8b3d 100644 |
| --- a/content/child/blink_platform_impl.h |
| +++ b/content/child/blink_platform_impl.h |
| @@ -96,6 +96,11 @@ class CONTENT_EXPORT BlinkPlatformImpl |
| blink::WebURLError cancelledError(const blink::WebURL& url) const override; |
| bool isReservedIPAddress(const blink::WebString& host) const override; |
| bool portAllowed(const blink::WebURL& url) const override; |
| + bool parseMultipartHeadersFromBody(const char* bytes, |
| + size_t, |
|
jochen (gone - plz use gerrit)
2016/03/04 12:30:34
please add argument names in content/
yhirano
2016/03/04 18:30:30
Done.
|
| + blink::WebURLResponse*, |
| + size_t* end) const override; |
| + |
| blink::WebThread* createThread(const char* name) override; |
| blink::WebThread* currentThread() override; |
| void recordAction(const blink::UserMetricsAction&) override; |