Chromium Code Reviews

Unified Diff: components/cronet/url_request_context_config_list.h

Issue 1407263010: [Cronet] Public key pinning for Java API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small javadoc fix Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..704ba81e746556380ebfe297b270fdad8bd33b58 100644
--- a/components/cronet/url_request_context_config_list.h
+++ b/components/cronet/url_request_context_config_list.h
@@ -34,5 +34,10 @@ DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT)
DEFINE_CONTEXT_CONFIG(QUIC_OPTIONS)
+DEFINE_CONTEXT_CONFIG(HPKP_LIST)
+DEFINE_CONTEXT_CONFIG(HPKP_HOST)
+DEFINE_CONTEXT_CONFIG(HPKP_PIN_HASHES)
+DEFINE_CONTEXT_CONFIG(HPKP_INCLUDE_SUBDOMAINS)
+
// For Testing.
DEFINE_CONTEXT_CONFIG(MOCK_CERT_VERIFIER)

Powered by Google App Engine