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

Unified Diff: webkit/fileapi/file_system_operation.h

Issue 14472008: [FileAPI] Add file open ID and close callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos part Created 7 years, 8 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/file_system_operation.h
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
index c2e8fa587b5503f95e1f3c2f88319262588b52dc..dfdc7ece3b9bf0f7df266691d54fe01c901af2c9 100644
--- a/webkit/fileapi/file_system_operation.h
+++ b/webkit/fileapi/file_system_operation.h
@@ -70,6 +70,7 @@ class FileSystemOperation {
typedef base::Callback<
void(base::PlatformFileError result,
base::PlatformFile file,
+ const base::Closure& close_callback,
kinuko 2013/04/25 05:55:52 documentation? Also close_callback makes me feel
tzik 2013/04/25 06:43:46 Done.
base::ProcessHandle peer_handle)> OpenFileCallback;
// Used for ReadDirectoryCallback.

Powered by Google App Engine
This is Rietveld 408576698