Merge "Do not fall back to L3 if L1 has test keybox" into udc-widevine-dev

This commit is contained in:
Treehugger Robot
2024-03-27 19:23:44 +00:00
committed by Android (Google) Code Review
8 changed files with 0 additions and 110 deletions

View File

@@ -675,10 +675,6 @@ CdmResponseType WvContentDecryptionModule::SetDebugIgnoreKeyboxCount(
return CdmEngine::SetDebugIgnoreKeyboxCount(count);
}
CdmResponseType WvContentDecryptionModule::SetAllowTestKeybox(bool allow) {
return CdmEngine::SetAllowTestKeybox(allow);
}
CdmResponseType WvContentDecryptionModule::SetDecryptHash(
const std::string& hash_data, CdmSessionId* id) {
if (id == nullptr) {