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

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: 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_source.h
diff --git a/net/http/transport_security_state_source.h b/net/http/transport_security_state_source.h
index 206746d04bad4d331748605bf7b680881ffd404b..2c065db11843904afca0f1adb5738a50985a08be 100644
--- a/net/http/transport_security_state_source.h
+++ b/net/http/transport_security_state_source.h
@@ -5,8 +5,16 @@
#ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_SOURCE_H_
#define NET_HTTP_TRANSPORT_SECURITY_STATE_SOURCE_H_
+#include <stddef.h>
+#include <stdint.h>
+
+#include "net/base/net_export.h"
+
namespace net {
+// kNoReportURI is a placeholder for when a pinset does not have a report URI.
+NET_EXPORT_PRIVATE extern const char kNoReportURI[];
+
struct TransportSecurityStateSource {
struct Pinset {
const char* const* const accepted_pins;

Powered by Google App Engine
This is Rietveld 408576698