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

Unified Diff: chrome/common/chrome_switches.cc

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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 5a15ed91970c525cf2b52243a787b56abdd3a2c3..b187f010dc26848f98b281aa8bc326d8bcd617b6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -716,6 +716,10 @@ const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";
// supported server-side for searches on google.com.
const char kEnableSdch[] = "enable-sdch";
+// Enable requesting Certificate Transparency Signed Certificate Timestamps
+// over a TLS extension.
+const char kEnableSignedCertTimestamps[] = "enable-signed-cert-timestamps";
+
// Enables support of sticky keys.
const char kEnableStickyKeys[] = "enable-sticky-keys";

Powered by Google App Engine
This is Rietveld 408576698