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

Unified Diff: net/http/transport_security_state_static.template

Issue 2906633003: Add a build flag to configure bundling of HSTS preload list (Closed)
Patch Set: address Ryan comments 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_static.template
diff --git a/net/http/transport_security_state_static.template b/net/http/transport_security_state_static.template
index fd73c127835cb4e80d131064253750ed30400dbb..6ec865c5be3e49d6ad3410ee3e270e6b644fe500 100644
--- a/net/http/transport_security_state_static.template
+++ b/net/http/transport_security_state_static.template
@@ -24,9 +24,6 @@ static const char* const kNoRejectedPublicKeys[] = {
nullptr,
};
-// kNoReportURI is a placeholder for when a pinset does not have a report URI.
-static const char kNoReportURI[] = "";
-
[[ACCEPTABLE_CERTS]]
static const net::TransportSecurityStateSource::Pinset kPinsets[] = [[PINSETS]];

Powered by Google App Engine
This is Rietveld 408576698