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

Unified Diff: ui/file_manager/file_manager/foreground/js/app_installer.js

Issue 942193002: Files.app: fix some closure compilation issues to unblock new compiler roll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/app_installer.js
diff --git a/ui/file_manager/file_manager/foreground/js/app_installer.js b/ui/file_manager/file_manager/foreground/js/app_installer.js
index 39cf8627bdf1ba51a0b95d4309d20af170a90dc5..a637c8db92e982bd95b80eba37f73848149b4aba 100644
--- a/ui/file_manager/file_manager/foreground/js/app_installer.js
+++ b/ui/file_manager/file_manager/foreground/js/app_installer.js
@@ -54,7 +54,7 @@ AppInstaller.prototype.install = function(callback) {
/**
* Called when the installation is completed.
*
- * @param {{message: string}?} error Null if the installation is success,
+ * @param {!Object|undefined} error Undefined if the installation is success,
* otherwise an object which contains error message.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698