| Index: ui/file_manager/file_manager/background/js/media_import_handler.js
|
| diff --git a/ui/file_manager/file_manager/background/js/media_import_handler.js b/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| index 550b17ed831013a9363963050f7c465bd9c24455..790f029704349140b0ba505c2a1b6a2c6a82cead 100644
|
| --- a/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| +++ b/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| @@ -6,24 +6,6 @@
|
| var importer = importer || {};
|
|
|
| /**
|
| - * Interface providing access to information about active import processes.
|
| - *
|
| - * @interface
|
| - */
|
| -importer.ImportRunner = function() {};
|
| -
|
| -/**
|
| - * Imports all media identified by scanResult.
|
| - *
|
| - * @param {!importer.ScanResult} scanResult
|
| - * @param {!importer.Destination} destination
|
| - * @param {!Promise<!DirectoryEntry>} directoryPromise
|
| - *
|
| - * @return {!importer.MediaImportHandler.ImportTask} The resulting import task.
|
| - */
|
| -importer.ImportRunner.prototype.importFromScanResult;
|
| -
|
| -/**
|
| * Handler for importing media from removable devices into the user's Drive.
|
| *
|
| * @constructor
|
|
|