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

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

Issue 10692090: Move FileCopyManager to background page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/manifest.json ('k') | no next file » | 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
===================================================================
--- chrome/browser/resources/file_manager/photo_import.html (revision 148344)
+++ chrome/browser/resources/file_manager/photo_import.html (working copy)
@@ -19,7 +19,7 @@
<if expr="0">
<!-- This file has not been flattened, load individual scripts.
- Keep the list in sync with photoapp_scripts.js. -->
+ Keep the list in sync with photo_import_scripts.js. -->
<script src="../shared/js/load_time_data.js"></script>
<script src="../shared/js/util.js"></script>
<script src="../shared/js/i18n_template_no_process.js"></script>
@@ -42,7 +42,7 @@
<script src="js/file_type.js"></script>
<script src="js/directory_contents.js"></script>
<script src="js/volume_manager.js"></script>
- <script src="js/file_copy_manager.js"></script>
+ <script src="js/file_copy_manager_wrapper.js"></script>
<script src="js/metadata/metadata_cache.js"></script>
<script src="js/metrics.js"></script>
<script src="js/image_editor/image_util.js"></script>
« no previous file with comments | « chrome/browser/resources/file_manager/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698