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

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

Issue 2539733004: MD Settings: Overhaul Easy Unlock Turn Off Dialog. (Closed)
Patch Set: fix copy pasta Created 4 years 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 c2e3ba7f0a039bc2fa84daedd838f6195c309612..c9d5d968f21b9a2fce18fe4f257e588db8486d4f 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -362,8 +362,9 @@
</template>
<if expr="chromeos">
- <template is="dom-if" if="[[easyUnlockEnabled_]]">
- <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog">
+ <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]">
+ <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"
+ on-close="onEasyUnlockTurnOffDialogClose_">
</easy-unlock-turn-off-dialog>
</template>
</if>

Powered by Google App Engine
This is Rietveld 408576698