Snap for 6450166 from cf7c3313f7 to sc-release
Change-Id: Ib297fe8621a42959d3c34d353442162f9b9a1d0a
This commit is contained in:
@@ -326,8 +326,6 @@ CdmResponseType CdmLicense::PrepareKeyRequest(
|
||||
return LICENSE_REQUEST_NONCE_GENERATION_ERROR;
|
||||
}
|
||||
license_request.set_key_control_nonce(nonce);
|
||||
LOGD("nonce = %u", nonce);
|
||||
|
||||
license_request.set_protocol_version(video_widevine::VERSION_2_1);
|
||||
|
||||
// License request is complete. Serialize it.
|
||||
@@ -478,7 +476,6 @@ CdmResponseType CdmLicense::PrepareKeyUpdateRequest(
|
||||
}
|
||||
}
|
||||
license_request.set_key_control_nonce(nonce);
|
||||
LOGD("nonce = %u", nonce);
|
||||
license_request.set_protocol_version(video_widevine::VERSION_2_1);
|
||||
|
||||
// License request is complete. Serialize it.
|
||||
|
||||
Reference in New Issue
Block a user