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

Unified Diff: content/child/blink_platform_impl.h

Issue 1700233003: [WIP][SVG 2/4] Make data URL handling in ResourceFetcher and WebURLLoaderImpl consistent Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: auto-Rebase Created 4 years, 9 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') | no next file with comments »
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 bdf839e255bb550b080bd6cfe1763ad4bf15fb71..983e8de14422f46b23d81d9b7e7d0e7b0e45c8b6 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -90,9 +90,10 @@ class CONTENT_EXPORT BlinkPlatformImpl
blink::WebURLLoader* createURLLoader() override;
blink::WebSocketHandle* createWebSocketHandle() override;
blink::WebString userAgent() override;
- blink::WebData parseDataURL(const blink::WebURL& url,
- blink::WebString& mimetype,
- blink::WebString& charset) override;
+ bool parseDataURLIfCanBeHandledLocally(const blink::WebURLRequest&,
+ blink::WebString& mimetype,
+ blink::WebString& charset,
+ blink::WebData&) override;
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;
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698