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

Unified Diff: net/http/transport_security_state.h

Issue 1407263010: [Cronet] Public key pinning for Java API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small comment fixes Created 5 years, 1 month 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: net/http/transport_security_state.h
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
index d7befb7cfef31d159e94633308074936a6088cd2..df6572f0bc15872e5d08143d9964a34bd3fb97bd 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -291,8 +291,7 @@ class NET_EXPORT TransportSecurityState
const base::Time& expiry,
bool include_subdomains);
- // Adds explicitly-specified data as if it was processed from an
- // HPKP header (used for net-internals and unit tests).
+ // Adds explicitly-specified data as if it was processed from an HPKP header.
void AddHPKP(const std::string& host,
const base::Time& expiry,
bool include_subdomains,

Powered by Google App Engine
This is Rietveld 408576698