Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index 0c845c4a545eb069c77791adfc4aca13765f23bc..39658d91e7555b3f7f1d7eb7e2dbab9265b06bb9 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -306,6 +306,7 @@ public: |
virtual WebString userAgent() { return WebString(); } |
// A suggestion to cache this metadata in association with this URL. |
+ virtual void cacheMetadata(const WebURL&, int64 originalResponseTime, const char* data, size_t dataSize) { } |
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. |