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

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

Issue 2150763002: Enable PIN configuration settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix tests Created 4 years, 5 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: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 77f5b7324fbfdf961cb11ac543b5ba1ab8431e48..b2d7f1bc750068b431ed006c6b18a569be35a609 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -163,7 +163,7 @@
<!-- TODO(jdufault): Disable navigating to /quickUnlock/* if pin is
disabled. -->
- <template is="dom-if" if=[[quickUnlockAllowed_]]>
+ <template is="dom-if" if=[[quickUnlockEnabled_]]>
<div class="settings-box">
<paper-button on-tap="onQuickUnlockTap_" class="primary-button">
$i18n{quickUnlockTitle}

Powered by Google App Engine
This is Rietveld 408576698