Index: chrome/browser/resources/file_manager/common/js/progress_center_common.js |
diff --git a/chrome/browser/resources/file_manager/common/js/progress_center_common.js b/chrome/browser/resources/file_manager/common/js/progress_center_common.js |
index 350e833d703efb9f1d629fa11c20e7292cff530f..7e3377f99a46d347fe13a6efd3e1665097e3a4eb 100644 |
--- a/chrome/browser/resources/file_manager/common/js/progress_center_common.js |
+++ b/chrome/browser/resources/file_manager/common/js/progress_center_common.js |
@@ -47,6 +47,8 @@ var ProgressItemType = Object.freeze({ |
DELETE: 'delete', |
// The item is file zip operation. |
ZIP: 'zip', |
+ // The item is drive sync operaiton. |
+ SYNC: 'sync', |
// The item is general file transfer operation. |
// This is used for the mixed operation of summarized item. |
TRANSFER: 'transfer' |