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:
Edwin Wong
2015-03-26 11:24:51 -07:00
parent 6dd2d97452
commit c47712f5a3
2 changed files with 2 additions and 2 deletions

View File

@@ -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;