Chromium Code Reviews| Index: components/cronet/url_request_context_config_list.h |
| diff --git a/components/cronet/url_request_context_config_list.h b/components/cronet/url_request_context_config_list.h |
| index f690061bfe114a69a64e8619f1ca6a748cef49ec..991d27e0e648e8eda8a85219c371741cb7bf2933 100644 |
| --- a/components/cronet/url_request_context_config_list.h |
| +++ b/components/cronet/url_request_context_config_list.h |
| @@ -34,5 +34,11 @@ DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT) |
| DEFINE_CONTEXT_CONFIG(QUIC_OPTIONS) |
| +DEFINE_CONTEXT_CONFIG(HPKP_LIST) |
|
pauljensen
2015/11/17 19:01:23
These needs comments.
kapishnikov
2015/11/18 00:10:31
Done.
|
| +DEFINE_CONTEXT_CONFIG(HPKP_HOST) |
| +DEFINE_CONTEXT_CONFIG(HPKP_PIN_HASHES) |
| +DEFINE_CONTEXT_CONFIG(HPKP_INCLUDE_SUBDOMAINS) |
| +DEFINE_CONTEXT_CONFIG(HPKP_EXPIRATION_DATE) |
| + |
| // For Testing. |
| DEFINE_CONTEXT_CONFIG(MOCK_CERT_VERIFIER) |