Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: chrome/browser/resources/file_manager/common/js/progress_center_common.js

Issue 131403003: Files.app: Show drive sync state in the progress center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'

Powered by Google App Engine
This is Rietveld 408576698