Bug 1936036 - Replace flag histogram MASTER_PASSWORD_ENABLED r=mtigley,firefox-desktop-core-reviewers ,mossop
Differential Revision: https://phabricator.services.mozilla.com/D231559
This commit is contained in:
@@ -3262,12 +3262,7 @@ BrowserGlue.prototype = {
|
||||
Ci.nsIPK11TokenDB
|
||||
);
|
||||
let token = tokenDB.getInternalKeyToken();
|
||||
let mpEnabled = token.hasPassword;
|
||||
if (mpEnabled) {
|
||||
Services.telemetry
|
||||
.getHistogramById("MASTER_PASSWORD_ENABLED")
|
||||
.add(mpEnabled);
|
||||
}
|
||||
Glean.primaryPassword.enabled.set(token.hasPassword);
|
||||
},
|
||||
|
||||
function GMPInstallManagerSimpleCheckAndInstall() {
|
||||
|
||||
Reference in New Issue
Block a user