| 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
|
|
|