Commit d5ac0b4f authored by Sarah Hu's avatar Sarah Hu Committed by Commit Bot

cros: Update Fingerprint.UnlockEnabled recording

Fingerprint.UnlockEnabled should map to whether there's finger enrolled
for screen unlock, instead of tracking a feature flag.
Remove the recording in chrome and keep the definition for biod to use.

Bug: 862295
Change-Id: Ibb706d0ac8ae05240446a3758c5b2e6d5c2e6224
Reviewed-on: https://chromium-review.googlesource.com/1180343Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584206}
parent a70cc1ce
......@@ -5,7 +5,6 @@
#include "chrome/browser/chromeos/login/login_auth_recorder.h"
#include "base/metrics/histogram_macros.h"
#include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h"
#include "chrome/browser/ui/ash/tablet_mode_client.h"
#include "components/session_manager/core/session_manager.h"
......@@ -101,8 +100,6 @@ AuthMethodSwitchType FindSwitchType(AuthMethod previous, AuthMethod current) {
LoginAuthRecorder::LoginAuthRecorder() {
session_manager::SessionManager::Get()->AddObserver(this);
UMA_HISTOGRAM_BOOLEAN("Fingerprint.UnlockEnabled",
chromeos::quick_unlock::IsFingerprintEnabled());
}
LoginAuthRecorder::~LoginAuthRecorder() {
......
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