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

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

Issue 2645533002: Files app: Fix error of image loader which is caused by missing script. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/image_loader/background_scripts.js
diff --git a/ui/file_manager/image_loader/background_scripts.js b/ui/file_manager/image_loader/background_scripts.js
index e9b28a096a87b62d495118f0523af56acc01b123..e395e9e4e59f97b1d40de67a47c86dcfedf20556 100644
--- a/ui/file_manager/image_loader/background_scripts.js
+++ b/ui/file_manager/image_loader/background_scripts.js
@@ -9,6 +9,7 @@
// <include src="../file_manager/foreground/js/metadata/image_orientation.js">
// <include src="cache.js">
// <include src="image_loader.js">
+// <include src="image_loader_util.js">
// <include src="piex_loader.js">
// <include src="request.js">
// <include src="scheduler.js">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698