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

Unified Diff: chrome/common/pref_names.h

Issue 83333003: Add support for fetching Certificate Transparency SCTs over a TLS extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tlslite patch Created 7 years, 1 month 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: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index bae8b08d0ae983f2606efadd1a3c0a50d39ac0b5..031e77a6a43246d545d7097ae4e7c493f0cb9d46 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -413,6 +413,7 @@ extern const char kCipherSuiteBlacklist[];
extern const char kEnableOriginBoundCerts[];
extern const char kDisableSSLRecordSplitting[];
extern const char kEnableUnrestrictedSSL3Fallback[];
+extern const char kEnableSignedCertTimestamps[];
extern const char kEnableMemoryInfo[];
extern const char kGLVendorString[];

Powered by Google App Engine
This is Rietveld 408576698