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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2184053002: Remove --certificate-transparency-log command-line flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes unrelated to flag removal. Created 4 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 216674d70da32bfb901fdbcbad6769a560705a77..9692c555f5306af4da12095458954ea3bd6c54b0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -100,24 +100,6 @@ const char kAutoSelectDesktopCaptureSource[] =
const char kBypassAppBannerEngagementChecks[] =
"bypass-app-banner-engagement-checks";
-// Certificate Transparency: Uses the provided log(s) for checking Signed
-// Certificate Timestamps provided with certificates.
-// The switch's value is:
-// log_description:log_key:log_url[:log_dns_domain],
-// log_description:log_key:log_url[:log_dns_domain],...
-// where
-// log_description is a textual description of the log.
-// log_key is a Base64'd DER-encoded SubjectPublicKeyInfo of the log's
-// public key.
-// log_url is a URL for the log, excluding the schema (which is always
-// assumed to be HTTPS as required by RFC6962).
-// log_dns_domain is the domain name to use for DNS queries requesting
-// inclusion proofs (as per
-// https://github.com/google/certificate-transparency-rfcs/blob/master/dns/draft-ct-over-dns.md).
-// Multiple logs can be specified by repeating description:key pairs,
-// separated by a comma.
-const char kCertificateTransparencyLog[] = "certificate-transparency-log";
-
// How often (in seconds) to check for updates. Should only be used for testing
// purposes.
const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698