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

Unified Diff: ui/file_manager/file_manager/common/js/importer_common.js

Issue 881463003: Files.app: Add a deduplication step to avoid importing duplicate media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master; fix Banners test. Created 5 years, 11 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/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 bd2cd2589d0c0dda46dca003438347bcdffd0c20..8bb0451b67cf9c83ec2228dd1953110ee462c276 100644
--- a/ui/file_manager/file_manager/common/js/importer_common.js
+++ b/ui/file_manager/file_manager/common/js/importer_common.js
@@ -578,7 +578,7 @@ importer.RuntimeLogger.prototype.writeLine_ = function(type, line, writer) {
}.bind(this));
};
-/** @type {importer.Logger} */
+/** @private {importer.Logger} */
importer.logger_ = null;
/**

Powered by Google App Engine
This is Rietveld 408576698