Index: chrome/browser/prefs/command_line_pref_store.cc |
=================================================================== |
--- chrome/browser/prefs/command_line_pref_store.cc (revision 112382) |
+++ chrome/browser/prefs/command_line_pref_store.cc (working copy) |
@@ -46,6 +46,8 @@ |
prefs::kAllowCrossOriginAuthPrompt, true }, |
{ switches::kDisableSSL3, prefs::kSSL3Enabled, false }, |
{ switches::kDisableTLS1, prefs::kTLS1Enabled, false }, |
+ { switches::kEnableOriginBoundCerts, prefs::kEnableOriginBoundCerts, |
+ true }, |
}; |
const CommandLinePrefStore::IntegerSwitchToPreferenceMapEntry |