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

Unified Diff: ui/file_manager/zip_archiver/unpacker/html/passphrase-dialog.html

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. 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/unpacker/html/passphrase-dialog.html
diff --git a/ui/file_manager/zip_archiver/unpacker/html/passphrase-dialog.html b/ui/file_manager/zip_archiver/unpacker/html/passphrase-dialog.html
deleted file mode 100644
index 9ff53894821e3132cd49be063e6de79c892f5db0..0000000000000000000000000000000000000000
--- a/ui/file_manager/zip_archiver/unpacker/html/passphrase-dialog.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<link rel="import" href="../third-party/polymer.html">
-
-<polymer-element name="passphrase-dialog">
- <template>
- <link rel="stylesheet" href="../css/passphrase-dialog.css">
- <h3>{{ 'passphraseTitle' | i18n }}</h3>
- <paper-input-decorator label="{{ 'passphraseInputLabel' | i18n }}">
- <input is="core-input" type="password" id="input" autofocus>
- </paper-input-decorator>
- <div id="bar">
- <paper-checkbox id="remember"
- label="{{ 'passphraseRemember' | i18n }}"></paper-checkbox>
- <div id="buttons">
- <paper-button on-click="{{cancel}}" id="cancelButton">
- {{ 'passphraseCancel' | i18n }}
- </paper-button>
- <paper-button on-click="{{accept}}" id="acceptButton">
- {{ 'passphraseAccept' | i18n }}
- </paper-button>
- </div>
- </div>
- </template>
- <script src="../js/passphrase-dialog.js"></script>
-</polymer-element>
« no previous file with comments | « ui/file_manager/zip_archiver/unpacker/html/passphrase.html ('k') | ui/file_manager/zip_archiver/unpacker/icons/icon128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698