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

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: Made it more strict. 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 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) {

Powered by Google App Engine
This is Rietveld 408576698