Bug 1549818 - Removes expired FIPS_ENABLED telemetry probe r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D39027

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Moritz Birghan 2019-07-24 19:59:27 +00:00
Родитель a19efece81
Коммит 1b9a759258
4 изменённых файлов: 0 добавлений и 19 удалений

Просмотреть файл

@ -169,10 +169,6 @@ PKCS11ModuleDB::ToggleFIPSMode() {
return NS_ERROR_FAILURE;
}
if (PK11_IsFIPS()) {
Telemetry::Accumulate(Telemetry::FIPS_ENABLED, true);
}
return NS_OK;
}

Просмотреть файл

@ -1776,10 +1776,6 @@ nsresult nsNSSComponent::InitializeNSS() {
mozilla::pkix::RegisterErrorTable();
if (PK11_IsFIPS()) {
Telemetry::Accumulate(Telemetry::FIPS_ENABLED, true);
}
MOZ_LOG(gPIPNSSLog, LogLevel::Debug, ("NSS Initialization done\n"));
{

Просмотреть файл

@ -9128,16 +9128,6 @@
"description": "Killed, likely due to an OOM condition",
"operating_systems": ["android"]
},
"FIPS_ENABLED": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"alert_emails": ["seceng@mozilla.org"],
"expires_in_version": "54",
"kind": "flag",
"bug_numbers": [1241317],
"releaseChannelCollection": "opt-out",
"description": "Has FIPS mode been enabled?"
},
"SECURITY_UI": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],

Просмотреть файл

@ -1410,7 +1410,6 @@
"FENNEC_SYNC_NUMBER_OF_SYNCS_FAILED_BACKOFF",
"FENNEC_SYNC_NUMBER_OF_SYNCS_STARTED",
"FENNEC_WAS_KILLED",
"FIPS_ENABLED",
"FXA_CONFIGURED",
"FX_BROWSER_FULLSCREEN_USED",
"FX_CONTENT_CRASH_DUMP_UNAVAILABLE",