Index: ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js |
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js b/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js |
index 07ee39cf84520001fb127dd679f6b142ff16cd17..e920c06cca06871151ad61fec355745f3df6708b 100644 |
--- a/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js |
+++ b/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js |
@@ -14,6 +14,9 @@ var FILE_MANAGER_HOST = 'chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj'; |
// line. |
importScripts(FILE_MANAGER_HOST + '/foreground/js/metadata/metadata_parser.js'); |
importScripts(FILE_MANAGER_HOST + '/foreground/js/metadata/byte_reader.js'); |
+// TODO(yawano): common/js/util.js seems to be imported only for |
+// util.readFileBytes. Investigate this, and move util.readFileBytes to this |
+// file, and remove this import. |
importScripts(FILE_MANAGER_HOST + '/common/js/util.js'); |
/** |