| 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 b19a7003fce7ec3bf556b7c2b616bf58eb8df185..fba6b1cab9698a3ba44a869e128e827c5180e49e 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_runner.h
|
| +++ b/webkit/browser/fileapi/file_system_operation_runner.h
|
| @@ -145,7 +145,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
|
| // This function is used only by Pepper as of writing.
|
| OperationID OpenFile(const FileSystemURL& url,
|
| int file_flags,
|
| - base::ProcessHandle peer_handle,
|
| const OpenFileCallback& callback);
|
|
|
| // Creates a local snapshot file for a given |url| and returns the
|
| @@ -274,8 +273,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
|
| const OpenFileCallback& callback,
|
| base::PlatformFileError rv,
|
| base::PlatformFile file,
|
| - const base::Closure& on_close_callback,
|
| - base::ProcessHandle peer_handle);
|
| + const base::Closure& on_close_callback);
|
| void DidCreateSnapshot(
|
| const OperationHandle& handle,
|
| const SnapshotFileCallback& callback,
|
|
|