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