Index: net/http/http_security_headers.cc |
diff --git a/net/http/http_security_headers.cc b/net/http/http_security_headers.cc |
index 9e368accb7686d0b2b328f6b30f4fa7de5562aff..dc9f58b1c54135e3724c771d3ec95275f0facb40 100644 |
--- a/net/http/http_security_headers.cc |
+++ b/net/http/http_security_headers.cc |
@@ -379,8 +379,7 @@ bool ParseHPKPReportOnlyHeader(const std::string& value, |
bool* include_subdomains, |
HashValueVector* hashes, |
GURL* report_uri) { |
- // max-age and includeSubdomains are irrelevant for Report-Only |
- // headers. |
+ // max-age is irrelevant for Report-Only headers. |
base::TimeDelta unused_max_age; |
return ParseHPKPHeaderImpl(value, DO_NOT_REQUIRE_MAX_AGE, &unused_max_age, |