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

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: rebase 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
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;

Powered by Google App Engine
This is Rietveld 408576698