| Index: chrome/browser/prefs/command_line_pref_store.cc
|
| ===================================================================
|
| --- chrome/browser/prefs/command_line_pref_store.cc (revision 98542)
|
| +++ chrome/browser/prefs/command_line_pref_store.cc (working copy)
|
| @@ -42,6 +42,8 @@
|
| prefs::kWebKitAllowDisplayingInsecureContent, false },
|
| { switches::kAllowCrossOriginAuthPrompt,
|
| prefs::kAllowCrossOriginAuthPrompt, true },
|
| + { switches::kDisableSSL3, prefs::kSSL3Enabled, false },
|
| + { switches::kDisableTLS1, prefs::kTLS1Enabled, false },
|
| };
|
|
|
| CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
|
|
|