| 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 e0c238594d621b85e5a5e1dc5cb5c9ee03f6a0c3..ea9df0329f0498f8be4da04b384e9391100ef87b 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| @@ -89,6 +89,14 @@ class CopyOperation {
|
| const bool* should_copy_on_server,
|
| FileError error);
|
|
|
| + // Part of Copy(). Called after the parent entry gets synced.
|
| + void CopyAfterParentSync(const CopyParams& params, FileError error);
|
| +
|
| + // Part of Copy(). Called after the parent resource ID is resolved.
|
| + void CopyAfterGetParentResourceId(const CopyParams& params,
|
| + const ResourceEntry* parent,
|
| + FileError error);
|
| +
|
| // Part of TransferFileFromLocalToRemote(). Called after preparation is done.
|
| // |gdoc_resource_id| and |parent_resource_id| is available only if the file
|
| // is JSON GDoc file.
|
|
|