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

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

Issue 2807063002: Replace Libarchive with MiniZip. (Closed)
Patch Set: Fix a few nits. 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/app.js ('k') | ui/file_manager/zip_archiver/js/compressor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/zip_archiver/js/background.js
diff --git a/ui/file_manager/zip_archiver/js/background.js b/ui/file_manager/zip_archiver/js/background.js
index 96d04919ed0cd10fcace157516b1307db00f7a65..a0fa86eb049c39eff63bbe6a0ed5bb25d69c8330 100644
--- a/ui/file_manager/zip_archiver/js/background.js
+++ b/ui/file_manager/zip_archiver/js/background.js
@@ -26,4 +26,4 @@ chrome.fileSystemProvider.onReadFileRequested.addListener(
unpacker.app.onReadFileRequested);
// Load the PNaCl module.
-unpacker.app.loadNaclModule('module.nmf', 'application/x-pnacl');
+unpacker.app.loadNaclModule('module.nmf.txt', 'application/x-pnacl');
« no previous file with comments | « ui/file_manager/zip_archiver/js/app.js ('k') | ui/file_manager/zip_archiver/js/compressor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698