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

Unified Diff: net/http/transport_security_state_source.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_source.h
diff --git a/net/http/transport_security_state_source.h b/net/http/transport_security_state_source.h
index 206746d04bad4d331748605bf7b680881ffd404b..b3920472a9f8235771f4b5c1ae0ffbe32dfb5b1b 100644
--- a/net/http/transport_security_state_source.h
+++ b/net/http/transport_security_state_source.h
@@ -7,6 +7,9 @@
namespace net {
+// kNoReportURI is a placeholder for when a pinset does not have a report URI.
+static const char kNoReportURI[] = "";
xunjieli 2017/07/10 22:20:40 (I moved this constant from the template file here
Ryan Sleevi 2017/07/11 15:29:40 Because this is static, doesn't the actual value n
xunjieli 2017/07/11 16:45:21 Done.
+
struct TransportSecurityStateSource {
struct Pinset {
const char* const* const accepted_pins;

Powered by Google App Engine
This is Rietveld 408576698