summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_callback_dispatcher.h
diff options
context:
space:
mode:
authorericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 02:26:47 +0000
committerericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 02:26:47 +0000
commit7eb68a27b4edcf33b6f8edeb5a133d7397409cd8 (patch)
tree938b6749fcf8a831b2cd8cd882adb00773c3b034 /webkit/fileapi/file_system_callback_dispatcher.h
parentd5cdb124950adf17d37aafe3d5187f94081921cd (diff)
downloadchromium_src-7eb68a27b4edcf33b6f8edeb5a133d7397409cd8.zip
chromium_src-7eb68a27b4edcf33b6f8edeb5a133d7397409cd8.tar.gz
chromium_src-7eb68a27b4edcf33b6f8edeb5a133d7397409cd8.tar.bz2
Second try at submitting 61462.
BUG=none TEST=in file_system_operation_unittest.cc Review URL: http://codereview.chromium.org/3526018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_callback_dispatcher.h')
-rw-r--r--webkit/fileapi/file_system_callback_dispatcher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h
index c85c68a..e33dd69 100644
--- a/webkit/fileapi/file_system_callback_dispatcher.h
+++ b/webkit/fileapi/file_system_callback_dispatcher.h
@@ -41,6 +41,9 @@ class FileSystemCallbackDispatcher {
// Called with an error code when a requested operation has failed.
virtual void DidFail(base::PlatformFileError error_code) = 0;
+
+ // Callback for FileWriter's write() call.
+ virtual void DidWrite(int64 bytes, bool complete) = 0;
};
} // namespace fileapi