| Index: components/domain_reliability/config.h
|
| diff --git a/components/domain_reliability/config.h b/components/domain_reliability/config.h
|
| index 8fd1ce8f207dff95e5dc2c614c6f8eecf194e4a5..de88bfd47158667bac86a885b856958e77b257a3 100644
|
| --- a/components/domain_reliability/config.h
|
| +++ b/components/domain_reliability/config.h
|
| @@ -93,6 +93,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityConfig {
|
|
|
| bool IsValid() const;
|
|
|
| + // Checks whether |now| is past the expiration time provided in the config.
|
| bool IsExpired(base::Time now) const;
|
|
|
| // Finds the index (in resources) of the first Resource that matches a
|
|
|