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

Unified Diff: chrome/browser/prefs/command_line_pref_store.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: 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/browser/prefs/command_line_pref_store.cc
diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
index 8c1e9dd9b1fd36da8b46e03dfd88ed9b7fb4aaa4..b9e9f37b6b52da299a331db8b62c1e6cee5b1d93 100644
--- a/chrome/browser/prefs/command_line_pref_store.cc
+++ b/chrome/browser/prefs/command_line_pref_store.cc
@@ -59,6 +59,8 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
true },
{ switches::kEnableUnrestrictedSSL3Fallback,
prefs::kEnableUnrestrictedSSL3Fallback, true },
+ { switches::kEnableSignedCertTimestamps,
+ prefs::kEnableSignedCertTimestamps, false },
wtc 2013/11/26 17:32:55 BUG: I think the third element should be true when
ekasper 2013/11/26 19:33:54 Yes, my bad - the third value should indicate the
{ switches::kEnableMemoryInfo, prefs::kEnableMemoryInfo, true },
#if defined(GOOGLE_CHROME_BUILD)
{ switches::kDisablePrintPreview, prefs::kPrintPreviewDisabled, true },

Powered by Google App Engine
This is Rietveld 408576698