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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 16096016: Expose parseDataURL to Platform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add names to params like a real Chrome engineer Created 7 years, 6 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 | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.h
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 5e4acb21ab9a1fd9e48e257233b3548aae382426..53d31bffe173ee82b088472639a3293556eb4e19 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -85,6 +85,9 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
virtual WebKit::WebURLLoader* createURLLoader();
virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle();
virtual WebKit::WebString userAgent(const WebKit::WebURL& url);
+ WebKit::WebData parseDataURL(
+ const WebKit::WebURL& url, WebKit::WebString& mimetype,
+ WebKit::WebString& charset);
virtual WebKit::WebURLError cancelledError(const WebKit::WebURL& url) const;
virtual void getPluginList(bool refresh, WebKit::WebPluginListBuilder*);
virtual void decrementStatsCounter(const char* name);
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698