| 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');
|
|
|