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

Unified Diff: chrome/browser/resources/file_manager/photo_import.html

Issue 12304013: Introduce Image loader extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 7 years, 10 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 | « chrome/browser/resources/file_manager/main.html ('k') | chrome/browser/resources/image_loader/client.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/photo_import.html
diff --git a/chrome/browser/resources/file_manager/photo_import.html b/chrome/browser/resources/file_manager/photo_import.html
index ba5a146e813c6165fe01e5cf7afccee1509a2574..2d500b62e75bd34c3cfefd219ee9bccdf72fb394 100644
--- a/chrome/browser/resources/file_manager/photo_import.html
+++ b/chrome/browser/resources/file_manager/photo_import.html
@@ -21,6 +21,8 @@
<if expr="0">
<!-- This file has not been flattened, load individual scripts.
Keep the list in sync with photo_import_scripts.js. -->
+ <script src="../image_loader/client.js"></script>
+
<script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
<script src="../../../../ui/webui/resources/js/util.js"></script>
<script src="../../../../ui/webui/resources/js/i18n_template_no_process.js"></script>
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | chrome/browser/resources/image_loader/client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698