Merge "Remove ExpiryOnReleaseOfflineKeyTest" into oc-mr1-dev

This commit is contained in:
Rahul Frias
2017-09-07 00:42:51 +00:00
committed by Android (Google) Code Review
4 changed files with 11 additions and 52 deletions

View File

@@ -50,7 +50,7 @@ class CdmLicense {
const CdmKeyResponse& license_response,
const CdmKeyResponse& license_renewal_response,
int64_t playback_start_time, int64_t last_playback_time,
int64_t grace_period_end_time);
int64_t grace_period_end_time, CdmSession* cdm_session);
virtual bool RestoreLicenseForRelease(const CdmKeyMessage& license_request,
const CdmKeyResponse& license_response);
virtual bool HasInitData() { return stored_init_data_.get(); }