| Index: components/domain_reliability/context.h
|
| diff --git a/components/domain_reliability/context.h b/components/domain_reliability/context.h
|
| index 41c35a5f02a153e78277f73ad470c391b21c1fb3..da4a2448df3db81e0ade70efd41ea8d10769da9f 100644
|
| --- a/components/domain_reliability/context.h
|
| +++ b/components/domain_reliability/context.h
|
| @@ -110,6 +110,8 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityContext {
|
| // when there are too many beacons queued.)
|
| void RemoveOldestBeacon();
|
|
|
| + void RemoveExpiredBeacons();
|
| +
|
| std::unique_ptr<const DomainReliabilityConfig> config_;
|
| MockableTime* time_;
|
| const std::string& upload_reporter_string_;
|
|
|