Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index acff9862dc1663b4f3cc6a0b73606bc332a52457..15dcc6cf7c81d26290af591341aba24ff2268daf 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -287,6 +287,9 @@ public: |
// A suggestion to cache this metadata in association with this URL. |
virtual void cacheMetadata(const WebURL&, double responseTime, const char* data, size_t dataSize) { } |
+ // Returns the decoded data url if url had a supported mimetype and parsing was successful. |
+ virtual WebData parseDataURL(const WebURL&, WebString& mimetype, WebString& charset) { return WebData(); } |
+ |
// Plugins ------------------------------------------------------------- |