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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_manager.js

Issue 2930443002: Show confirmation dialog when copy/move operation affect other members. (Closed)
Patch Set: Remove some comment Created 3 years, 6 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: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index ccc06a43db8ef12949519632b155399dcd699a32..5205846491635112cc12dc2d05c8d0320077c4ac 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -645,6 +645,7 @@ FileManager.prototype = /** @struct */ {
this.fileTransferController_ = new FileTransferController(
assert(this.document_), assert(this.ui_.listContainer),
assert(this.ui_.directoryTree), this.ui_.multiProfileShareDialog,
+ this.ui_.confirmationHandler.bind(this.ui_),
assert(this.fileBrowserBackground_.progressCenter),
assert(this.fileOperationManager_), assert(this.metadataModel_),
assert(this.thumbnailModel_), assert(this.directoryModel_),

Powered by Google App Engine
This is Rietveld 408576698