Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index a0b90aa2c937ef2bc85c86175cf08e334c698108..bc3a13ba20abbc03249c1504dafd1cf9e8ad5ea5 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -500,36 +500,23 @@ |
<h3 i18n-content="easyUnlockSectionTitle"></h3> |
<!-- Options shown when the user has not set up Easy Unlock --> |
<div id='easy-unlock-setup' hidden> |
- <button id="easy-unlock-setup-button" |
- i18n-content="easyUnlockSetupButton"></button> |
- <div> |
+ <div class="controlled-setting-with-label"> |
+ <span i18n-content="easyUnlockSetupIntro"></span> |
<a target="_blank" i18n-content="learnMore" |
i18n-values="href:easyUnlockLearnMoreURL"></a> |
</div> |
+ <button id="easy-unlock-setup-button" |
+ i18n-content="easyUnlockSetupButton"></button> |
</div> |
<!-- Options shown when the user has set up Easy Unlock --> |
<div id='easy-unlock-enable' hidden> |
- <div class="checkbox"> |
- <span class="controlled-setting-with-label"> |
- <input id="easy-unlock-check" type="checkbox" |
- pref="easy_unlock.enabled" |
- metric="EasyUnlock_Enabled"> |
- <span> |
- <label for="easy-unlock-checkbox"> |
- <span i18n-content="easyUnlockCheckboxLabel"></span> |
- <a target="_blank" i18n-content="learnMore" |
- i18n-values="href:easyUnlockLearnMoreURL"></a> |
- </label> |
- <span class="controlled-setting-indicator" |
- pref="easy_unlock.enabled"> |
- </span> |
- </span> |
- </span> |
- </div> |
- <div> |
- <a target="_blank" i18n-content="easyUnlockManagement" |
- i18n-values="href:easyUnlockManagementURL"></a> |
+ <div class="controlled-setting-with-label"> |
+ <span i18n-content="easyUnlockDescription"></span> |
+ <a target="_blank" i18n-content="learnMore" |
+ i18n-values="href:easyUnlockLearnMoreURL"></a> |
</div> |
+ <button id="easy-unlock-turn-off-button" |
+ i18n-content="easyUnlockTurnOffButton"></button> |
</div> |
</section> |
<section id="web-content-section"> |