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

Unified Diff: ui/file_manager/zip_archiver/js/decompressor.js

Issue 2815063002: Rename variable, class, function, etc from libarchive to minizip. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « ui/file_manager/zip_archiver/js/compressor.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/zip_archiver/js/decompressor.js
diff --git a/ui/file_manager/zip_archiver/js/decompressor.js b/ui/file_manager/zip_archiver/js/decompressor.js
index 787770a4800fc47607df254b53959128edac28e2..1e00a0e51a43b34e27d91be04ebbf72c03e4649a 100644
--- a/ui/file_manager/zip_archiver/js/decompressor.js
+++ b/ui/file_manager/zip_archiver/js/decompressor.js
@@ -302,7 +302,7 @@ unpacker.Decompressor.prototype.readPassphrase_ = function(data, requestId) {
this.fileSystemId_, requestId));
// TODO(mtomasz): Instead of unmounting just let the current operation
// fail and ask for password for another files. This is however
- // impossible for now due to a bug in libarchive.
+ // impossible for now due to a bug in minizip.
unpacker.app.unmountVolume(this.fileSystemId_, true);
}.bind(this));
};
« no previous file with comments | « ui/file_manager/zip_archiver/js/compressor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698