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

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

Issue 2856533003: Add background-wide file metadata cache. (Closed)
Patch Set: Fix unit tests. 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/background_scripts.js
diff --git a/ui/file_manager/file_manager/background/js/background_scripts.js b/ui/file_manager/file_manager/background/js/background_scripts.js
index d17fadffc948e2c8e554c05e5c3c4f9e980d9a86..b1e0f2be09a0133860afc1459c8ee37c4e6adff7 100644
--- a/ui/file_manager/file_manager/background/js/background_scripts.js
+++ b/ui/file_manager/file_manager/background/js/background_scripts.js
@@ -7,6 +7,7 @@
// <include src="../../common/js/progress_center_common.js">
// <include src="../../common/js/importer_common.js">
// <include src="../../common/js/error_util.js">
+// <include src="global_metadata_cache.js">
// <include src="device_handler.js">
// <include src="drive_sync_handler.js">
// <include src="duplicate_finder.js">

Powered by Google App Engine
This is Rietveld 408576698