Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: ui/file_manager/file_manager/background/js/media_import_handler.js

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Format. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698