Test session should continue with no keybox am: 75b87c7f59 am: 78d0b73964
Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/16507242 Change-Id: I448766407f548908468143aa2ca2e45b8362c10d
This commit is contained in:
committed by
Automerger Merge Worker
commit
2f964df424
@@ -323,8 +323,11 @@ class CryptoSession {
|
||||
|
||||
int session_count() const { return session_count_; }
|
||||
bool initialized() const { return initialized_; }
|
||||
void OverrideInitializedForTesting(bool initialized) {
|
||||
initialized_ = initialized;
|
||||
void set_initialized(bool initialized) { initialized_ = initialized; }
|
||||
// Cache api version and fallback policy. Call this once at initialization.
|
||||
void CacheVersion();
|
||||
void OverrideNeedKeyboxForTesting(bool needs_keybox_provisioning) {
|
||||
needs_keybox_provisioning_ = needs_keybox_provisioning;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user