Remove some names

Merge from Widevine repo of http://go/wvgerrit/168657

Some people who have left were still in OWNERS files and TODOs.

Bug: 274772704
Test: comments only
Change-Id: I583da815586e5ca52316b2e238d1c1bb3a5e919a
This commit is contained in:
Fred Gylys-Colwell
2023-03-22 09:33:10 -07:00
parent ab8c06906a
commit bfa8d39a63
6 changed files with 5 additions and 8 deletions

View File

@@ -2063,7 +2063,7 @@ CdmResponseType CdmEngine::GetDecryptHashError(const CdmSessionId& session_id,
return session->GetDecryptHashError(error_string);
}
// TODO(gmorgan) Used? Delete if unused.
// TODO(rfrias) Used? Delete if unused.
bool CdmEngine::IsKeyLoaded(const KeyId& key_id) {
CdmSessionList sessions;
session_map_.GetSessionList(sessions);

View File

@@ -215,7 +215,7 @@ CdmResponseType ServiceCertificate::VerifySignedMessage(
if (!public_key_->VerifySignature(message, signature))
return CdmResponseType(
CLIENT_ID_RSA_ENCRYPT_ERROR); // TODO(tinskip): Need new error code.
CLIENT_ID_RSA_ENCRYPT_ERROR); // TODO(rfrias): Need new error code.
return CdmResponseType(NO_ERROR);
}