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

Unified Diff: ui/file_manager/file_manager/background/js/file_operation_manager.js

Issue 571453002: Correct indentation, JSDoc, etc... to comply with closure linter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/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 2f93b6df1e5d34aee909da032d0629c5a2fbadee..b2b8e54fb6cda3027c8f410788dfb65dc27ed18c 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) {

Powered by Google App Engine
This is Rietveld 408576698