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

Unified Diff: webkit/browser/fileapi/file_system_operation_runner.h

Issue 291513003: Remove PlatformFile from fileapi::FileSystemOperation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix recent bot failures Created 6 years, 7 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/browser/fileapi/file_system_operation_runner.h
diff --git a/webkit/browser/fileapi/file_system_operation_runner.h b/webkit/browser/fileapi/file_system_operation_runner.h
index 1a5314c5f3d378bb66ff37fb5baae5dda3529d50..555fe3b975b95422c02eeb010a8c931653ff9b46 100644
--- a/webkit/browser/fileapi/file_system_operation_runner.h
+++ b/webkit/browser/fileapi/file_system_operation_runner.h
@@ -271,8 +271,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
void DidOpenFile(
const OperationHandle& handle,
const OpenFileCallback& callback,
- base::File::Error rv,
- base::PlatformFile file,
+ base::File file,
const base::Closure& on_close_callback);
void DidCreateSnapshot(
const OperationHandle& handle,
« no previous file with comments | « webkit/browser/fileapi/file_system_operation_impl.cc ('k') | webkit/browser/fileapi/file_system_operation_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698