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

Side by Side Diff: chrome/browser/resources/settings/people_page/fingerprint_list.html

Issue 2696303006: MD Settings: fix another vulcanize problem (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 1 <link rel="import" href="chrome://resources/cr_elements/icons.html">
2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
3 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.htm l"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.htm l">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html">
8 <link rel="import" href="fingerprint_browser_proxy.html"> 8 <link rel="import" href="fingerprint_browser_proxy.html">
9 <link rel="import" href="setup_fingerprint_dialog.html"> 9 <link rel="import" href="setup_fingerprint_dialog.html">
10 <link rel="import" href="../i18n_setup.html">
10 <link rel="import" href="../settings_shared_css.html"> 11 <link rel="import" href="../settings_shared_css.html">
11 12
12 <dom-module id="settings-fingerprint-list"> 13 <dom-module id="settings-fingerprint-list">
13 <template> 14 <template>
14 <style include="settings-shared"> 15 <style include="settings-shared">
15 .add-link { 16 .add-link {
16 background-color: transparent; 17 background-color: transparent;
17 color: var(--google-blue-500); 18 color: var(--google-blue-500);
18 padding: 0; 19 padding: 0;
19 } 20 }
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </div> 55 </div>
55 </div> 56 </div>
56 <i class="settings-box continuation">$i18n{lockScreenFingerprintWarning}</i> 57 <i class="settings-box continuation">$i18n{lockScreenFingerprintWarning}</i>
57 58
58 <settings-setup-fingerprint-dialog id="setupFingerprint" 59 <settings-setup-fingerprint-dialog id="setupFingerprint"
59 on-add-fingerprint="updateFingerprintsList_"> 60 on-add-fingerprint="updateFingerprintsList_">
60 </settings-setup-fingerprint-dialog> 61 </settings-setup-fingerprint-dialog>
61 </template> 62 </template>
62 <script src="fingerprint_list.js"></script> 63 <script src="fingerprint_list.js"></script>
63 </dom-module> 64 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698