| 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 021be741cd0ee7747f9ff360971e68ae06790857..af4f39d6df05a9a0224eee9cf6c4c53e21cccd38 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.cc
|
| +++ b/chrome/browser/prefs/command_line_pref_store.cc
|
| @@ -42,6 +42,8 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
|
| prefs::kWebKitAllowDisplayingInsecureContent, false },
|
| { switches::kAllowCrossOriginAuthPrompt,
|
| prefs::kAllowCrossOriginAuthPrompt, true },
|
| + { switches::kDisableSSL3, prefs::kSSL3Enabled, false },
|
| + { switches::kDisableTLS1, prefs::kTLS1Enabled, false },
|
| };
|
|
|
| CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
|
|
|