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

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

Issue 888693002: Correctly handle out of storage space and "actively importing" states in controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/background/js/task_queue_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/task_queue_unittest.html b/ui/file_manager/file_manager/background/js/task_queue_unittest.html
index 766df86e8c76a8c85e181304997c3a6f70bc77bd..8e92ecdca9200275c06c03b98a944ab28ea4d06b 100644
--- a/ui/file_manager/file_manager/background/js/task_queue_unittest.html
+++ b/ui/file_manager/file_manager/background/js/task_queue_unittest.html
@@ -10,6 +10,8 @@
<script src="../../../../../ui/webui/resources/js/assert.js"></script>
<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
+ <script src="../../common/js/volume_manager_common.js"></script>
+ <script src="../../common/js/importer_common.js"></script>
<script src="../../common/js/unittest_util.js"></script>
<script src="task_queue.js"></script>

Powered by Google App Engine
This is Rietveld 408576698