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

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

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/resources/options/browser_options.html ('k') | chrome/browser/signin/easy_unlock_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index 3c8c7b1f3aff580e63c4275fd3c0f2d60b7f288c..2c1267d27a55a27eee4e1521284490bc14f560e8 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -541,6 +541,8 @@ cr.define('options', function() {
PageManager.showPageByName('easyUnlockTurnOffOverlay');
};
}
+ $('easy-unlock-enable-proximity-detection').hidden =
+ !loadTimeData.getBoolean('easyUnlockProximityDetectionAllowed');
// Website Settings section.
if (loadTimeData.getBoolean('websiteSettingsManagerEnabled')) {
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | chrome/browser/signin/easy_unlock_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698