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

Unified Diff: net/http/transport_security_state.h

Issue 2914223002: Remove unused TransportSecurityState::IsGooglePinnedHost (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | net/http/transport_security_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state.h
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
index 19ba839752c459f78adf174a8e185b6b0a5e6ad7..614762ee43b7cde4987dc2c9d53ac57818ff7105 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -484,12 +484,6 @@ class NET_EXPORT TransportSecurityState
STSState* sts_result,
PKPState* pkp_result) const;
- // Returns true iff there is static (built-in) state for |host| that
- // references the Google pins.
- // TODO(rch): Remove this temporary gross layering violation once QUIC 32 is
- // deployed.
- bool IsGooglePinnedHost(const std::string& host) const;
-
// Returns true and updates |*result| iff |host| has HSTS/HPKP/Expect-CT
// (respectively) state. If multiple entries match |host|, the most specific
// match determines the return value.
« no previous file with comments | « no previous file | net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698