| 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}
|
|
|