Issue #21 - Remove Telemetry from Accessibility, EME and WebRTC.

This commit is contained in:
Moonchild 2021-10-31 21:06:24 +00:00 committed by roytam1
commit 2564be2d79
11 changed files with 3 additions and 321 deletions

View file

@ -92,17 +92,4 @@ KeySystemToGMPName(const nsAString& aKeySystem)
return EmptyString();
}
CDMType
ToCDMTypeTelemetryEnum(const nsString& aKeySystem)
{
if (IsWidevineKeySystem(aKeySystem)) {
return CDMType::eWidevine;
} else if (IsClearkeyKeySystem(aKeySystem)) {
return CDMType::eClearKey;
} else if (IsPrimetimeKeySystem(aKeySystem)) {
return CDMType::ePrimetime;
}
return CDMType::eUnknown;
}
} // namespace mozilla