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

Unified Diff: chrome/browser/resources/file_manager/js/photo/photo_import.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/photo/photo_import.js
===================================================================
--- chrome/browser/resources/file_manager/js/photo/photo_import.js (revision 148344)
+++ chrome/browser/resources/file_manager/js/photo/photo_import.js (working copy)
@@ -19,7 +19,7 @@
this.document_ = this.dom_.ownerDocument;
this.metadataCache_ = params.metadataCache;
this.volumeManager_ = new VolumeManager();
- this.copyManager_ = new FileCopyManager(this.filesystem_.root);
+ this.copyManager_ = FileCopyManagerWrapper.getInstance(this.filesystem_.root);
this.mediaFilesList_ = null;
this.albums_ = null;
this.albumsDir_ = null;

Powered by Google App Engine
This is Rietveld 408576698