| Index: ui/file_manager/file_manager/common/js/importer_common.js
|
| diff --git a/ui/file_manager/file_manager/common/js/importer_common.js b/ui/file_manager/file_manager/common/js/importer_common.js
|
| index 700486d7b79da76deb090c4221eb0f3daa704bc0..d4772e373ff29a11c4847c6282425cb360817bf1 100644
|
| --- a/ui/file_manager/file_manager/common/js/importer_common.js
|
| +++ b/ui/file_manager/file_manager/common/js/importer_common.js
|
| @@ -49,12 +49,6 @@ importer.Setting = {
|
| };
|
|
|
| /**
|
| - * @typedef {function(
|
| - * !importer.ScanEvent, importer.ScanResult)}
|
| - */
|
| -importer.ScanObserver;
|
| -
|
| -/**
|
| * Volume types eligible for the affections of Cloud Import.
|
| * @private @const {!Array<!VolumeManagerCommon.VolumeType>}
|
| */
|
| @@ -973,8 +967,7 @@ importer.getTracker_ = function() {
|
| return new Promise(
|
| function(resolve, reject) {
|
| chrome.runtime.getBackgroundPage(
|
| - /** @param {Window=} opt_background */
|
| - function(opt_background) {
|
| + function(/** BackgroundWindow */ opt_background) {
|
| if (chrome.runtime.lastError) {
|
| reject(chrome.runtime.lastError);
|
| }
|
|
|