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

Unified Diff: ui/file_manager/file_manager/foreground/js/import_controller.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/foreground/js/import_controller.js
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller.js b/ui/file_manager/file_manager/foreground/js/import_controller.js
index 06537548dba7d1cd2db8302c1246d0a837b64ace..a6345d34e09f1bdd6355cc4150919f17ef04b4d7 100644
--- a/ui/file_manager/file_manager/foreground/js/import_controller.js
+++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
@@ -1209,7 +1209,7 @@ importer.RuntimeControllerEnvironment.prototype.addVolumeUnmountListener =
// TODO(smckay): remove listeners when the page is torn down.
chrome.fileManagerPrivate.onMountCompleted.addListener(
/**
- * @param {!MountCompletedEvent} event
+ * @param {!chrome.fileManagerPrivate.MountCompletedEvent} event
* @this {importer.RuntimeControllerEnvironment}
*/
function(event) {

Powered by Google App Engine
This is Rietveld 408576698