| Index: webkit/browser/fileapi/file_system_operation_impl.h
|
| diff --git a/webkit/browser/fileapi/file_system_operation_impl.h b/webkit/browser/fileapi/file_system_operation_impl.h
|
| index a4fa3fe3230121ebae91a5ed7964e50bea2badb8..06259950ce2a2f349a614cd224e2294f919d1555 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_impl.h
|
| +++ b/webkit/browser/fileapi/file_system_operation_impl.h
|
| @@ -69,7 +69,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationImpl
|
| const StatusCallback& callback) OVERRIDE;
|
| virtual void OpenFile(const FileSystemURL& url,
|
| int file_flags,
|
| - base::ProcessHandle peer_handle,
|
| const OpenFileCallback& callback) OVERRIDE;
|
| virtual void Cancel(const StatusCallback& cancel_callback) OVERRIDE;
|
| virtual void CreateSnapshotFile(
|
| @@ -195,10 +194,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationImpl
|
|
|
| StatusCallback cancel_callback_;
|
|
|
| - // Used only by OpenFile, in order to clone the file handle back to the
|
| - // requesting process.
|
| - base::ProcessHandle peer_handle_;
|
| -
|
| // A flag to make sure we call operation only once per instance.
|
| OperationType pending_operation_;
|
|
|
|
|