| 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
|
| */
|
|
|