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

Unified Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 1023093002: Files.app: Replace job related code in EventRouter with new JobEventRoter class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update file_manager_private.js. Created 5 years, 9 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: third_party/closure_compiler/externs/file_manager_private.js
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index 10a57a7a8c8f84bf86f82498b4a73e2863958734..cc6d9bb502a203f8af736cc67c2bc62d4a045a15 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -89,8 +89,8 @@ var MountCompletedEvent;
* fileUrl: string,
* transferState: string,
* transferType: string,
- * processed: (number|undefined),
- * total: (number|undefined),
+ * processed: number,
+ * total: number,
* num_total_jobs: number
* }}
*/

Powered by Google App Engine
This is Rietveld 408576698