| Index: chrome/common/extensions/api/file_browser_private.idl
|
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
|
| index b6fb84bdc8e4f9a5a08d08b192d766e43dd4d67b..eb11263fa8e182694d63112553ab1c4c3a4d8553 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_browser_private.idl
|
| @@ -46,7 +46,7 @@ enum MountCompletedStatus {
|
| };
|
|
|
| // File transfer progress state.
|
| -enum TransferState { started, in_progress, completed, failed };
|
| +enum TransferState { added, started, in_progress, completed, failed };
|
|
|
| // Defines file transfer direction.
|
| enum TransferType { upload, download };
|
| @@ -314,6 +314,9 @@ dictionary FileTransferStatus {
|
|
|
| // Approximated total size of transfer operation.
|
| double? total;
|
| +
|
| + // Total number of jobs.
|
| + long num_total_jobs;
|
| };
|
|
|
| // Error during the drive sync.
|
|
|