diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 04:02:21 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 04:02:21 +0000 |
commit | a415335c3b2fbeb9580b9d0ea774adc31d883132 (patch) | |
tree | b402226ee5137845731c708dfda175d484a437c2 /chrome/common/pref_names.h | |
parent | 31b04d71f05924ee6ef914be7b7802bef73d5bf6 (diff) | |
download | chromium_src-a415335c3b2fbeb9580b9d0ea774adc31d883132.zip chromium_src-a415335c3b2fbeb9580b9d0ea774adc31d883132.tar.gz chromium_src-a415335c3b2fbeb9580b9d0ea774adc31d883132.tar.bz2 |
Add back prefs::kSSL3Enabled and prefs::kTLS1Enabled, but control
the preferences with the command-line options via the
CommandLinePrefStore. This allows us to control the preferences
via the PolicyPrefStores or any other pref store in the future.
Patch originally by wtc@chromium.org at http://codereview.chromium.org/7776002
R=wtc@chromium.org
BUG=102019
TEST=none
Review URL: http://codereview.chromium.org/8402019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index eaf4347..7c956063 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -308,6 +308,8 @@ extern const char kPasswordsUseLocalProfileId[]; // Local state prefs. Please add Profile prefs above instead. extern const char kCertRevocationCheckingEnabled[]; +extern const char kSSL3Enabled[]; +extern const char kTLS1Enabled[]; extern const char kCipherSuiteBlacklist[]; extern const char kMetricsClientID[]; |