| Index: ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js b/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js
|
| index 1780db796cecc012676f280d9cb742e2fcc11a8a..214fe13d770b53da56e3e468e8f4bb6d858f6e6a 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js
|
| @@ -10,7 +10,7 @@
|
| * @param {VolumeManagerWrapper.DriveEnabledStatus} driveEnabled DRIVE_ENABLED
|
| * if drive should be available. DRIVE_DISABLED if drive related
|
| * data/events should be hidden.
|
| - * @param {DOMWindow} opt_backgroundPage Window object of the background
|
| + * @param {DOMWindow=} opt_backgroundPage Window object of the background
|
| * page. If this is specified, the class skips to get background page.
|
| * TOOD(hirono): Let all clients of the class pass the background page and
|
| * make the argument not optional.
|
|
|