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

Unified Diff: trunk/src/net/http/transport_security_state.h

Issue 24251011: Revert 224269 "Don't persist HPKP if PrivacyMode is enabled." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/net/http/transport_security_state.h
===================================================================
--- trunk/src/net/http/transport_security_state.h (revision 224274)
+++ trunk/src/net/http/transport_security_state.h (working copy)
@@ -201,9 +201,6 @@
// If |sni_enabled| is true, searches the static pins defined for
// SNI-using hosts as well as the rest of the pins.
//
- // If |allow_dynamic| is true, then dynamic state is returned if present,
- // otherwise only static state is used..
- //
// If |host| matches both an exact entry and is a subdomain of another
// entry, the exact match determines the return value.
//
@@ -211,7 +208,6 @@
// entries that have expired.
bool GetDomainState(const std::string& host,
bool sni_enabled,
- bool allow_dynamic,
DomainState* result);
// Processes an HSTS header value from the host, adding entries to
« no previous file with comments | « trunk/src/net/http/http_security_headers_unittest.cc ('k') | trunk/src/net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698