summaryrefslogtreecommitdiffstats
path: root/chrome/common/file_system/webfilesystem_callback_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/file_system/webfilesystem_callback_dispatcher.h')
-rw-r--r--chrome/common/file_system/webfilesystem_callback_dispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/file_system/webfilesystem_callback_dispatcher.h b/chrome/common/file_system/webfilesystem_callback_dispatcher.h
index ade811b..075d5bb 100644
--- a/chrome/common/file_system/webfilesystem_callback_dispatcher.h
+++ b/chrome/common/file_system/webfilesystem_callback_dispatcher.h
@@ -34,6 +34,7 @@ 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_;