Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: webkit/fileapi/local_file_system_operation.h

Issue 10956064: Send OnModifyFile Notification when File Write Finishes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/local_file_system_operation.h
diff --git a/webkit/fileapi/local_file_system_operation.h b/webkit/fileapi/local_file_system_operation.h
index e4ba5412d4382662f69523e17018530fa6d35703..0498c9b5de3e2d645bbdaaaee45add6ce675999b 100644
--- a/webkit/fileapi/local_file_system_operation.h
+++ b/webkit/fileapi/local_file_system_operation.h
@@ -214,7 +214,8 @@ class FILEAPI_EXPORT LocalFileSystemOperation
base::PlatformFileError rv,
const std::vector<base::FileUtilProxy::Entry>& entries,
bool has_more);
- void DidWrite(base::PlatformFileError rv,
+ void DidWrite(const FileSystemURL& url,
+ base::PlatformFileError rv,
int64 bytes,
bool complete);
void DidTouchFile(const StatusCallback& callback,
« no previous file with comments | « no previous file | webkit/fileapi/local_file_system_operation.cc » ('j') | webkit/fileapi/local_file_system_operation.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698