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

@@ -205,7 +205,6 @@ TestCryptoSession::TestCryptoSession(metrics::CryptoMetrics* crypto_metrics,
void TestCryptoSession::MaybeInstallTestKeybox() {
if (IsTestKeyboxNeeded()) {
CryptoSession::SetAllowTestKeybox(true);
ReinitializeForTest();
WvCdmTestBase::InstallTestRootOfTrust();
}