| Index: public/platform/Platform.h
|
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h
|
| index 90a245aa4fa9f3810e9d045936d86c4d235b7aae..2eb272dec58269129815ec6c9c52f187f72a7161 100644
|
| --- a/public/platform/Platform.h
|
| +++ b/public/platform/Platform.h
|
| @@ -307,7 +307,6 @@ public:
|
|
|
| // 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.
|
| virtual WebData parseDataURL(const WebURL&, WebString& mimetype, WebString& charset) { return WebData(); }
|
|
|