| Index: ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| diff --git a/ui/file_manager/file_manager/background/js/file_operation_manager.js b/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| index d66e782f3dc890eb0aa30751daf3c47aab17695d..215ed08747a56b2b6108fe62db8fdfb95dafcf27 100644
|
| --- a/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| +++ b/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| @@ -47,6 +47,7 @@ fileOperationUtil.resolvePath = function(root, path) {
|
| * deduplicated path on success.
|
| * @param {function(FileOperationManager.Error)=} opt_errorCallback Callback run
|
| * on error.
|
| + * @return {Promise} Promise fulfilled with available path.
|
| */
|
| fileOperationUtil.deduplicatePath = function(
|
| dirEntry, relativePath, opt_successCallback, opt_errorCallback) {
|
|
|