| Index: public/platform/WebFileUtilities.h
|
| diff --git a/public/platform/WebFileUtilities.h b/public/platform/WebFileUtilities.h
|
| index 1a1f40e0b629a77208184bfa8f006e14bab62b0b..831495d288e007f13aa50f362dd14928022bd5fb 100644
|
| --- a/public/platform/WebFileUtilities.h
|
| +++ b/public/platform/WebFileUtilities.h
|
| @@ -55,10 +55,6 @@ public:
|
| virtual WebString baseName(const WebString& path) { return WebString(); }
|
| virtual bool isDirectory(const WebString& path) { return false; }
|
| virtual WebURL filePathToURL(const WebString& path) { return WebURL(); }
|
| - virtual FileHandle openFile(const WebString& path, int mode) { return FileHandle(); }
|
| - // Should set the FileHandle to a invalid value if the file is closed successfully.
|
| - virtual void closeFile(FileHandle&) { }
|
| - virtual int readFromFile(FileHandle, char* data, int length) { return 0; }
|
|
|
| protected:
|
| ~WebFileUtilities() { }
|
|
|