| Index: ui/file_manager/file_manager/foreground/js/file_tasks.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/file_tasks.js b/ui/file_manager/file_manager/foreground/js/file_tasks.js
|
| index 2c578cca10e04d91c7cb4b229b22451bb0ee91f3..3f7c5da8a7eaacfdee437c6902d48a1a486a8943 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/file_tasks.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_tasks.js
|
| @@ -58,8 +58,8 @@ FileTasks.VIDEO_PLAYER_ID = 'jcgeabjmjgoblfofpppfkcoakmfobdko';
|
| * Returns URL of the Chrome Web Store which show apps supporting the given
|
| * file-extension and mime-type.
|
| *
|
| - * @param {string} extension Extension of the file (with the first dot).
|
| - * @param {string} mimeType Mime type of the file.
|
| + * @param {?string} extension Extension of the file (with the first dot).
|
| + * @param {?string} mimeType Mime type of the file.
|
| * @return {string} URL
|
| */
|
| FileTasks.createWebStoreLink = function(extension, mimeType) {
|
| @@ -290,7 +290,7 @@ FileTasks.prototype.processTasks_ = function(tasks) {
|
| /**
|
| * Executes default task.
|
| *
|
| - * @param {function(boolean, Array.<string>)=} opt_callback Called when the
|
| + * @param {function(boolean, Array.<Entry>)=} opt_callback Called when the
|
| * default task is executed, or the error is occurred.
|
| * @private
|
| */
|
|
|