Merge "Revert "Core CDM: Remove secure stop from LRU algorithm.""
This commit is contained in:
@@ -261,9 +261,10 @@ class UsageTableHeader {
|
||||
int64_t GetCurrentTime() { return clock_ref_->GetCurrentTime(); }
|
||||
|
||||
// Sets LRU related metrics based on the provided |staleness| (in
|
||||
// seconds).
|
||||
// seconds) and |storage_type| of the entry removed.
|
||||
void RecordLruEventMetrics(metrics::CryptoMetrics* metrics,
|
||||
uint64_t staleness);
|
||||
uint64_t staleness,
|
||||
CdmUsageEntryStorageType storage_type);
|
||||
|
||||
// Uses an LRU-base algorithm to determine which license should be
|
||||
// removed. This is intended to be used if the usage table is full
|
||||
|
||||
Reference in New Issue
Block a user