diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 17:48:54 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 17:48:54 +0000 |
commit | cc50fdf70bc11e259c319d06086111d2177047be (patch) | |
tree | ae9e85b77d0c635ca4eedf43b3690826138c3823 /chrome/common/pref_names.h | |
parent | 258ed9ed8f5c6de199d935647e9c0ffc7790797c (diff) | |
download | chromium_src-cc50fdf70bc11e259c319d06086111d2177047be.zip chromium_src-cc50fdf70bc11e259c319d06086111d2177047be.tar.gz chromium_src-cc50fdf70bc11e259c319d06086111d2177047be.tar.bz2 |
Remove SSL 2.0 support.
R=agl
BUG=53659
TEST=none
Review URL: http://codereview.chromium.org/4091005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 621cbe3..46d50ce 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -86,7 +86,6 @@ extern const char kInstantEnabledTime[]; extern const char kInstantPromo[]; #if defined(USE_NSS) || defined(USE_OPENSSL) extern const char kCertRevocationCheckingEnabled[]; -extern const char kSSL2Enabled[]; extern const char kSSL3Enabled[]; extern const char kTLS1Enabled[]; #endif |