| Index: chrome/browser/resources/file_manager/js/file_transfer_controller.js
|
| diff --git a/chrome/browser/resources/file_manager/js/file_transfer_controller.js b/chrome/browser/resources/file_manager/js/file_transfer_controller.js
|
| index 09dfdfb23f2b8a239db3145bf587eedcd8eda456..d86ad640861518615e7667c192514949b2ff5efd 100644
|
| --- a/chrome/browser/resources/file_manager/js/file_transfer_controller.js
|
| +++ b/chrome/browser/resources/file_manager/js/file_transfer_controller.js
|
| @@ -398,6 +398,8 @@ FileTransferController.prototype = {
|
| if (this.directoryModel_.isPathReadOnly(destinationPath)) {
|
| return false;
|
| }
|
| + if (util.isSpecialReadonlyDirectory(destinationPath))
|
| + return false;
|
|
|
| if (!dataTransfer.types || dataTransfer.types.indexOf('fs/tag') == -1)
|
| return false; // Unsupported type of content.
|
|
|