| Index: public/platform/Platform.h
|
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h
|
| index 0c845c4a545eb069c77791adfc4aca13765f23bc..5885e035b03c901ac6c3ccf71d1fb696270d5877 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 responseTime, 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.
|
|
|