| Index: chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| index 5ac0e8f5014855bd5b512e4e1651c68738be2eff..bbda1aff4b6dbfeaf9ee1e1651453eb8a8df0ccd 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| @@ -94,6 +94,10 @@ class CopyOperation {
|
| const FileOperationCallback& callback,
|
| FileError error,
|
| scoped_ptr<ResourceEntry> entry);
|
| + void ScheduleTransferRegularFileAfterStore(
|
| + scoped_ptr<ResourceEntry> entry,
|
| + const FileOperationCallback& callback,
|
| + FileError error);
|
|
|
| // Invoked upon completion of GetFileByPath initiated by
|
| // TransferFileFromRemoteToLocal. If GetFileByPath reports no error, calls
|
|
|