diff options
Diffstat (limited to 'chrome/common/file_system/webfilesystem_callback_dispatcher.h')
-rw-r--r-- | chrome/common/file_system/webfilesystem_callback_dispatcher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/file_system/webfilesystem_callback_dispatcher.h b/chrome/common/file_system/webfilesystem_callback_dispatcher.h index 075d5bb..ade811b 100644 --- a/chrome/common/file_system/webfilesystem_callback_dispatcher.h +++ b/chrome/common/file_system/webfilesystem_callback_dispatcher.h @@ -34,7 +34,6 @@ class WebFileSystemCallbackDispatcher virtual void DidOpenFileSystem(const std::string&, const FilePath&); virtual void DidFail(base::PlatformFileError); - virtual void DidWrite(int64 bytes, bool complete); private: WebKit::WebFileSystemCallbacks* callbacks_; |