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

Unified Diff: chrome/common/chrome_switches.cc

Issue 148283002: Certificate Transparency: Enhance the CT log flag for multiple logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Amending comment Created 6 years, 11 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
« chrome/browser/io_thread.cc ('K') | « chrome/browser/io_thread.cc ('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 d16f161035c89e994e8cc14a7b426aac8fc59ef9..4daa41973378de10caa5b1952d448f55e6716413 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -143,14 +143,16 @@ const char kAutomationReinitializeOnChannelError[] =
// will not occur in subsequent runs either.
const char kCancelFirstRun[] = "cancel-first-run";
-// Certificate Transparency: Uses the provided log for checking Signed
+// Certificate Transparency: Uses the provided log(s) for checking Signed
// Certificate Timestamps provided with certificates.
// The switch's value is:
-// log_description:log_key
-// where:
-// log_description is a textual description of the log
+// log_description:log_key;log_description:log_key;...
Lei Zhang 2014/01/27 19:46:06 Does |log_description| usually contain spaces? If
Eran M. (Google) 2014/01/28 09:13:02 Done - switched to a comma. |log_description| can
+// 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.
+// Multiple logs can be specified by repeating description:key pairs,
+// separated by semicolon.
const char kCertificateTransparencyLog[] =
"certificate-transparency-log";
« chrome/browser/io_thread.cc ('K') | « chrome/browser/io_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698