Commit e453c631 authored by Danan S's avatar Danan S Committed by Commit Bot

Move Parental controls above Manage other People in settings

Bug: 1000743
Change-Id: I9bc22f6b73c48302415c2a8899e83cf1905372aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1784009Reviewed-by: default avatarMichael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Danan S <danan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693786}
parent 9421cc3b
......@@ -170,15 +170,15 @@
sub-label="[[getPasswordState_(hasPin,
prefs.settings.enable_screen_lock.value)]]"></cr-link-row>
<cr-link-row id="manage-other-people-subpage-trigger"
label="$i18n{manageOtherPeople}" on-click="onManageOtherPeople_">
</cr-link-row>
<template is="dom-if" if="[[showParentalControls_]]">
<settings-parental-controls-page>
</settings-parental-controls-page>
</template>
<cr-link-row id="manage-other-people-subpage-trigger"
label="$i18n{manageOtherPeople}" on-click="onManageOtherPeople_">
</cr-link-row>
<template is="dom-if" if="[[pageVisibility.people.kerberosAccounts]]">
<cr-link-row id="kerberos-accounts-subpage-trigger" class="hr"
on-click="onKerberosAccountsTap_"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment