Index: webkit/glue/webfileutilities_impl.h |
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h |
index dd0aa6a8ee6589b9ab4b1350bd4de15885d6afc6..570a276bed1f47ada4d36485ffe06ebafc02fb08 100644 |
--- a/webkit/glue/webfileutilities_impl.h |
+++ b/webkit/glue/webfileutilities_impl.h |
@@ -22,10 +22,6 @@ class WEBKIT_GLUE_EXPORT WebFileUtilitiesImpl : |
virtual bool fileExists(const WebKit::WebString& path); |
virtual bool deleteFile(const WebKit::WebString& path); |
virtual bool deleteEmptyDirectory(const WebKit::WebString& path); |
- virtual bool getFileSize(const WebKit::WebString& path, long long& result); |
- virtual bool getFileModificationTime( |
- const WebKit::WebString& path, |
- double& result); |
virtual bool getFileInfo( |
const WebKit::WebString& path, |
WebKit::WebFileInfo& result); |