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

Unified Diff: ui/file_manager/zip_archiver/js/passphrase-dialog.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/compressor.js ('k') | ui/file_manager/zip_archiver/js/request.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/passphrase-dialog.js
diff --git a/ui/file_manager/zip_archiver/js/passphrase-dialog.js b/ui/file_manager/zip_archiver/js/passphrase-dialog.js
index 74dbcd8b2b6cd60a35d0c9f007be9231ea04934b..cb229a4ee6dc5126041ff141190748c085eb3d3b 100644
--- a/ui/file_manager/zip_archiver/js/passphrase-dialog.js
+++ b/ui/file_manager/zip_archiver/js/passphrase-dialog.js
@@ -8,6 +8,7 @@
*/
Polymer({
+ is: "passphrase-dialog",
i18n: function(name) {
// For tests, chrome.i18n API is not available.
return chrome.i18n ? chrome.i18n.getMessage(name) : name;
« no previous file with comments | « ui/file_manager/zip_archiver/js/compressor.js ('k') | ui/file_manager/zip_archiver/js/request.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698