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

Unified Diff: ui/file_manager/file_manager/background/js/import_history.js

Issue 2640673002: (WIP) Use generator to generate externs for chrome.fileManagerPrivate API.
Patch Set: Compile passes Created 3 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: ui/file_manager/file_manager/background/js/import_history.js
diff --git a/ui/file_manager/file_manager/background/js/import_history.js b/ui/file_manager/file_manager/background/js/import_history.js
index 9a474ba63e5e28f84dce344e5f31f3d51677917d..53e9a39df4014b761135506c67dfe51cdb34ac9f 100644
--- a/ui/file_manager/file_manager/background/js/import_history.js
+++ b/ui/file_manager/file_manager/background/js/import_history.js
@@ -962,7 +962,7 @@ importer.DriveSyncWatcher.prototype.updateSyncStatus_ =
};
/**
- * @param {!FileTransferStatus} status
+ * @param {!chrome.fileManagerPrivate.FileTransferStatus} status
* @private
*/
importer.DriveSyncWatcher.prototype.onFileTransfersUpdated_ =

Powered by Google App Engine
This is Rietveld 408576698