Commit 1a3c4bba authored by James Hawkins's avatar James Hawkins Committed by Commit Bot

chrome/settings/lockScreen: Remove dead code for SmartLock.

R=tommycli@chomium.org

Bug: none
Test: none
Change-Id: I5c46c27a977535802f15c8e89e7945327fb4ef7c
Reviewed-on: https://chromium-review.googlesource.com/1188895Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: James Hawkins <jhawkins@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586433}
parent f1639d13
...@@ -417,16 +417,6 @@ Polymer({ ...@@ -417,16 +417,6 @@ Polymer({
return enabled ? enabledStr : disabledStr; return enabled ? enabledStr : disabledStr;
}, },
/**
* @param {boolean} easyUnlockEnabled
* @param {boolean} proximityDetectionAllowed
* @private
*/
getShowEasyUnlockToggle_: function(
easyUnlockEnabled, proximityDetectionAllowed) {
return easyUnlockEnabled && proximityDetectionAllowed;
},
/** @private */ /** @private */
updateNumFingerprints_: function() { updateNumFingerprints_: function() {
if (this.fingerprintUnlockEnabled_ && this.fingerprintBrowserProxy_) { if (this.fingerprintUnlockEnabled_ && this.fingerprintBrowserProxy_) {
......
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