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

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

Issue 918713003: Files.app: Add analytics code to instrument cloud import flows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorg/rename metrics events. Fix a metrics loading bug. Created 5 years, 10 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/file_operation_util.js
diff --git a/ui/file_manager/file_manager/background/js/file_operation_util.js b/ui/file_manager/file_manager/background/js/file_operation_util.js
index be018bbd50a5e9c12eefac61a881ee6a48b2919a..a0e7c4ffe557d30c1ca13dd666ad79d85b8079eb 100644
--- a/ui/file_manager/file_manager/background/js/file_operation_util.js
+++ b/ui/file_manager/file_manager/background/js/file_operation_util.js
@@ -310,7 +310,7 @@ fileOperationUtil.findEntriesRecursively = function(entry, onResultCallback) {
reader.readEntries(processSubEntries, maybeSettlePromise);
},
maybeSettlePromise);
- }
+ };
processEntry(entry);
});

Powered by Google App Engine
This is Rietveld 408576698