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

Unified Diff: net/http/transport_security_state.h

Issue 2906633003: Add a build flag to configure bundling of HSTS preload list (Closed)
Patch Set: one more Created 3 years, 5 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: net/http/transport_security_state.h
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
index 5e75551b667be7c98f65a18ab18f2a4db972ed59..a29884fbc2321960375402f8a04160c907724252 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -37,6 +37,9 @@ class X509Certificate;
void NET_EXPORT_PRIVATE SetTransportSecurityStateSourceForTesting(
const TransportSecurityStateSource* source);
+NET_EXPORT_PRIVATE const TransportSecurityStateSource*
+GetTransportSecurityStateSourceForTesting();
+
// Tracks which hosts have enabled strict transport security and/or public
// key pins.
//

Powered by Google App Engine
This is Rietveld 408576698