| Index: trunk/src/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync_file_system/local/syncable_file_system_operation.h (revision 233010)
|
| +++ trunk/src/chrome/browser/sync_file_system/local/syncable_file_system_operation.h (working copy)
|
| @@ -70,6 +70,7 @@
|
| const StatusCallback& callback) OVERRIDE;
|
| virtual void OpenFile(const fileapi::FileSystemURL& url,
|
| int file_flags,
|
| + base::ProcessHandle peer_handle,
|
| const OpenFileCallback& callback) OVERRIDE;
|
| virtual void Cancel(const StatusCallback& cancel_callback) OVERRIDE;
|
| virtual void CreateSnapshotFile(
|
|
|