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

Unified Diff: chrome/browser/resources/file_manager/js/main_scripts.js

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
Index: chrome/browser/resources/file_manager/js/main_scripts.js
===================================================================
--- chrome/browser/resources/file_manager/js/main_scripts.js (revision 148344)
+++ chrome/browser/resources/file_manager/js/main_scripts.js (working copy)
@@ -48,17 +48,18 @@
//<include src="../../shared/js/cr/ui/context_menu_handler.js"/>
//<include src="combobutton.js"/>
//
+//<include src="path_util.js"/>
//<include src="util.js"/>
//<include src="breadcrumbs_controller.js"/>
//<include src="directory_contents.js">
-//<include src="volume_manager.js"/>
//<include src="directory_model.js"/>
-//<include src="file_copy_manager.js"/>
+//<include src="file_copy_manager_wrapper.js"/>
//<include src="file_manager.js"/>
//<include src="file_manager_pyauto.js"/>
//<include src="file_tasks.js"/>
+//<include src="file_transfer_controller.js"/>
//<include src="file_type.js"/>
-//<include src="file_transfer_controller.js"/>
+//<include src="volume_manager.js"/>
//<include src="media/media_util.js"/>
//<include src="metadata/metadata_cache.js"/>
//<include src="default_action_dialog.js"/>
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | chrome/browser/resources/file_manager/js/path_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698