Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: components/domain_reliability/config.h

Issue 252613002: Domain Reliability: More security review. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698