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

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

Issue 2856533003: Add background-wide file metadata cache. (Closed)
Patch Set: Rename global_metadata_cache to metadata_proxy. 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/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 716f9ddf9696e23be613ffb2516f9c6bdd3bd4cb..3c04a2df695ecc82f9d18b865e68a5e0591bb902 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
@@ -13,7 +13,9 @@
<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/lru_cache.js"></script>
<script src="../../common/js/mock_entry.js"></script>
+<script src="metadata_proxy.js"></script>
<script src="file_operation_manager.js"></script>
<script src="file_operation_util.js"></script>

Powered by Google App Engine
This is Rietveld 408576698