Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(863)

Unified Diff: content/child/blink_platform_impl.h

Issue 1693183002: Move multipart resource handling to core/fetch (1/2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@multipart-cleanup-preliminary
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/child/web_url_loader_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 59fa1f07f67f4f0cf0f75f0f0967b79d1ec47016..434d3dcf6dcfc25e09d241f21bd2a00397d033fb 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -97,6 +97,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 parseAdditionalHeaders(const char* bytes,
+ size_t,
+ blink::WebURLResponse*,
+ size_t* end) const override;
+
blink::WebThread* createThread(const char* name) override;
blink::WebThread* currentThread() override;
void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp,
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/child/web_url_loader_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698