Change protobuff field name to anti_rollback_usage_table.
Change anti_rollback_hardware_present field name in ClientCapabilities message to indicate the field is for usage table rollback prevention. Merge from go/wvgerrit/13817. bug: 19869828 Change-Id: I982bfe484aa39a54d0c3a9ae60dd9e46351385d9
This commit is contained in:
@@ -274,7 +274,7 @@ bool CdmLicense::PrepareKeyRequest(const InitializationData& init_data,
|
||||
client_capabilities->set_session_token(supports_usage_information);
|
||||
}
|
||||
|
||||
client_capabilities->set_anti_rollback_hardware_present(
|
||||
client_capabilities->set_anti_rollback_usage_table(
|
||||
session_->IsAntiRollbackHwPresent());
|
||||
|
||||
uint32_t api_version = 0;
|
||||
|
||||
Reference in New Issue
Block a user