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

Unified Diff: chrome/browser/resources/settings/people_page/lock_screen.html

Issue 2676763002: MD Settings: Put fingerprints on its own subpage. (Closed)
Patch Set: Fixed patch set 1 errors. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/lock_screen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/lock_screen.html
diff --git a/chrome/browser/resources/settings/people_page/lock_screen.html b/chrome/browser/resources/settings/people_page/lock_screen.html
index e6df9cbc108bcfb08aef81ae9ef79f2cbfffece1..6d470fb804c7dba9e3b0b09756475a5db16a2e6f 100644
--- a/chrome/browser/resources/settings/people_page/lock_screen.html
+++ b/chrome/browser/resources/settings/people_page/lock_screen.html
@@ -2,6 +2,7 @@
<link rel="import" href="chrome://resources/html/action_link.html">
<link rel="import" href="chrome://resources/html/action_link_css.html">
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper-radio-group.html">
<link rel="import" href="../controls/settings_toggle_button.html">
<link rel="import" href="fingerprint_list.html">
@@ -48,8 +49,15 @@
</div>
<iron-collapse
opened="[[prefs.settings.enable_quick_unlock_fingerprint.value]]">
- <div class="settings-box continuation">
- <settings-fingerprint-list></settings-fingerprint-list>
+ <div class="settings-box continuation" on-tap="onEditFingerprints_"
+ actionable>
+ <div class="start">
+ $i18n{lockScreenEditFingerprints}
+ <div class="secondary">
+ $i18n{lockScreenEditFingerprintsDescription}
+ </div>
+ </div>
+ <button class="subpage-arrow" is="paper-icon-button-light"></button>
</div>
</iron-collapse>
</template>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/lock_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698