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 ad6ccc28e6f60d25869249915566c597c0413ed7..516f9cf4c5ba2c82bbc5f5284a7442938e66085f 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 |
@@ -341,8 +341,8 @@ fileOperationUtil.copyTo = function( |
*/ |
fileOperationUtil.zipSelection = function( |
sources, parent, newName, successCallback, errorCallback) { |
- // TODO(mtomasz): Pass Entries instead of URLs. Entries can be converted to |
- // URLs in custom bindings. |
+ // TODO(mtomasz): Move conversion from entry to url to custom bindings. |
+ // crbug.com/345527. |
chrome.fileBrowserPrivate.zipSelection( |
parent.toURL(), |
util.entriesToURLs(sources), |