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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 445503003: Update easy unlock settings UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use hard coded phone model name Created 6 years, 4 months 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/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">

Powered by Google App Engine
This is Rietveld 408576698