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

Unified Diff: ui/file_manager/zip_archiver/js/app.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
Index: ui/file_manager/zip_archiver/js/app.js
diff --git a/ui/file_manager/zip_archiver/js/app.js b/ui/file_manager/zip_archiver/js/app.js
index f27cf13ba13695499c3aad5e08347b641d73df3e..af189b0c5a285bdb8d7c22a6f0cc3a4461e90d19 100644
--- a/ui/file_manager/zip_archiver/js/app.js
+++ b/ui/file_manager/zip_archiver/js/app.js
@@ -479,7 +479,7 @@ unpacker.app = {
unpacker.app.mountProcessCounter === 0) {
unpacker.app.unloadNaclModule();
} else {
- // Request libarchive to abort any ongoing process and release resources.
+ // Request minizip to abort any ongoing process and release resources.
// The argument indicates whether an error occurred or not.
if (hasError)
compressor.sendCloseArchiveRequest(hasError);
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.cc ('k') | ui/file_manager/zip_archiver/js/compressor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698