Index: chrome/browser/file_system/browser_file_system_callback_dispatcher.h |
=================================================================== |
--- chrome/browser/file_system/browser_file_system_callback_dispatcher.h (revision 60387) |
+++ chrome/browser/file_system/browser_file_system_callback_dispatcher.h (working copy) |
@@ -24,6 +24,7 @@ |
virtual void DidOpenFileSystem(const string16& name, |
const FilePath& root_path); |
virtual void DidFail(base::PlatformFileError error_code); |
+ virtual void DidWrite(int64 bytes, bool complete); |
private: |
scoped_refptr<FileSystemDispatcherHost> dispatcher_host_; |