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

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

Issue 696583002: [Smart Lock] Add a setting to require close proximity in order for unlocking to work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more indentation Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 06e9e36c3448ed2a4b7a62f1d24c662fe0e7eea7..29e03f829f2158927f8086ef7d4662a23f5731e3 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -536,7 +536,7 @@
<section id="easy-unlock-section" guest-visibility="hidden" hidden>
<h3 i18n-content="easyUnlockSectionTitle"></h3>
<!-- Options shown when the user has not set up Easy Unlock -->
- <div id='easy-unlock-setup' hidden>
+ <div id="easy-unlock-setup" hidden>
<div class="settings-row">
<span i18n-content="easyUnlockSetupIntro"></span>
<a target="_blank" i18n-content="learnMore"
@@ -546,11 +546,20 @@
i18n-content="easyUnlockSetupButton"></button>
</div>
<!-- Options shown when the user has set up Easy Unlock -->
- <div id='easy-unlock-enable' hidden>
+ <div id="easy-unlock-enable" hidden>
<div class="settings-row">
<span i18n-content="easyUnlockDescription"></span>
<a target="_blank" i18n-content="learnMore"
i18n-values="href:easyUnlockLearnMoreURL"></a>
+ <div id="easy-unlock-enable-proximity-detection" class="checkbox"
+ hidden>
+ <label>
+ <input type="checkbox"
+ metric="Options_EasyUnlockRequireProximity"
+ pref="easy_unlock.proximity_required">
+ <span i18n-content="easyUnlockRequireProximityLabel"></span>
+ </label>
+ </div>
</div>
<button id="easy-unlock-turn-off-button"
i18n-content="easyUnlockTurnOffButton"></button>
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698