| Index: chrome/common/file_system/webfilesystem_callback_dispatcher.h
|
| ===================================================================
|
| --- chrome/common/file_system/webfilesystem_callback_dispatcher.h (revision 61462)
|
| +++ chrome/common/file_system/webfilesystem_callback_dispatcher.h (working copy)
|
| @@ -34,7 +34,6 @@
|
| virtual void DidOpenFileSystem(const std::string&,
|
| const FilePath&);
|
| virtual void DidFail(base::PlatformFileError);
|
| - virtual void DidWrite(int64 bytes, bool complete);
|
|
|
| private:
|
| WebKit::WebFileSystemCallbacks* callbacks_;
|
|
|