PolicyTimersV16: override base class HasRenewalDelayExpired
Base class uses license_start_time_ which is not updated on renewals. Merge of http://go/wvgerrit/103123 Bug: 161023174 Bug: 161621246 Test: WidevineDashPolicyTests#testL1RenewalDelay5S Test: WidevineDashPolicyTests#testL1RenewalDelay13S Change-Id: I16056d492bea4dd721984998b5cf38409fe3b055
This commit is contained in:
@@ -84,6 +84,8 @@ class PolicyTimersV16 : public PolicyTimers {
|
||||
return GetRentalDurationRemaining(current_time);
|
||||
};
|
||||
|
||||
bool HasRenewalDelayExpired(int64_t current_time) override;
|
||||
|
||||
protected:
|
||||
// Gets the clock time that the license expires based on whether we have
|
||||
// started playing. This takes into account GetHardLicenseExpiryTime.
|
||||
|
||||
Reference in New Issue
Block a user