am 460d24b1: Merge "Return Client Identification information in Secure Stop" into mnc-dev

* commit '460d24b135bc601f712b432ba915bd2009fe230a':
  Return Client Identification information in Secure Stop
This commit is contained in:
Rahul Frias
2015-06-29 23:26:02 +00:00
committed by Android Git Automerger

View File

@@ -757,6 +757,9 @@ bool CdmLicense::RestoreLicenseForRelease(
if (license.id().has_provider_session_token())
provider_session_token_ = license.id().provider_session_token();
if (license.policy().has_renew_with_client_id())
renew_with_client_id_ = license.policy().renew_with_client_id();
if (Properties::use_certificates_as_identification()) {
if (!signed_response.has_session_key()) {
LOGE("CdmLicense::RestoreLicenseForRelease: no session keys present");