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

Unified Diff: net/tools/transport_security_state_generator/transport_security_state_entry.h

Issue 2901393005: Experiment with HSTS preload list filtering. (Closed)
Patch Set: play.google.com is required too. Created 3 years, 7 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/tools/transport_security_state_generator/transport_security_state_entry.h
diff --git a/net/tools/transport_security_state_generator/transport_security_state_entry.h b/net/tools/transport_security_state_generator/transport_security_state_entry.h
index 5bfaddced7e5b5306269891750631339edb5ada0..78bccf47681405f2638f9091921ad068cc632b84 100644
--- a/net/tools/transport_security_state_generator/transport_security_state_entry.h
+++ b/net/tools/transport_security_state_generator/transport_security_state_entry.h
@@ -32,6 +32,8 @@ struct TransportSecurityStateEntry {
bool expect_staple = false;
bool expect_staple_include_subdomains = false;
std::string expect_staple_report_uri;
+
+ unsigned importance = 0;
};
using TransportSecurityStateEntries =

Powered by Google App Engine
This is Rietveld 408576698