Commit 44909961 authored by Jeremy Klein's avatar Jeremy Klein Committed by Commit Bot

[Smartlock settings] Hide options header when SmartLock is disabled.

correct.

Bug: 894600
Change-Id: I8357061d91a0f2c63ec4c60c2d0bb97688849c88
Tested: Manually flipped switch on and off and verified that it looks
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664516
Commit-Queue: Jeremy Klein <jlklein@chromium.org>
Commit-Queue: Ryan Hansberry <hansberry@chromium.org>
Auto-Submit: Jeremy Klein <jlklein@chromium.org>
Reviewed-by: default avatarRyan Hansberry <hansberry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#670212}
parent 7d2efa5b
......@@ -30,12 +30,12 @@
page-content-data="[[pageContentData]]">
</settings-multidevice-feature-toggle>
</div>
<div class="settings-box first line-only">
<h2 class="start first">
$i18n{multideviceSmartLockOptions}
</h2>
</div>
<iron-collapse opened="[[smartLockEnabled_]]">
<div class="settings-box first line-only">
<h2 class="start first">
$i18n{multideviceSmartLockOptions}
</h2>
</div>
<div class="list-frame">
<cr-radio-group
selected="[[smartLockSignInEnabled_]]"
......
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