| 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 112b4d8bff7922dca6e676f5a67fc52d0de4e370..149a76b92f49f50e1386d699630924dc2f484b29 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 };
|
| @@ -320,6 +320,9 @@ dictionary FileTransferStatus {
|
|
|
| // Approximated total size of transfer operation.
|
| double? total;
|
| +
|
| + // Total number of jobs.
|
| + long num_total_jobs;
|
| };
|
|
|
| // Error during the drive sync.
|
|
|