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

Unified Diff: ui/file_manager/file_manager/background/js/file_operation_manager_unittest.html

Issue 1085823002: Run copy operations in parallel when destinations are different volumes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fails with an error when volume info is not available. Created 5 years, 8 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_manager_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/file_operation_manager_unittest.html b/ui/file_manager/file_manager/background/js/file_operation_manager_unittest.html
index 6f1eba12b749f88ad79d5190daa550bdb6885ae9..716f9ddf9696e23be613ffb2516f9c6bdd3bd4cb 100644
--- a/ui/file_manager/file_manager/background/js/file_operation_manager_unittest.html
+++ b/ui/file_manager/file_manager/background/js/file_operation_manager_unittest.html
@@ -11,6 +11,7 @@
<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
<script src="../../common/js/async_util.js"></script>
+<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>
<script src="../../common/js/mock_entry.js"></script>
<script src="file_operation_manager.js"></script>

Powered by Google App Engine
This is Rietveld 408576698