Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 46a7f9e97830531e7f2a3fb0cf873f05795119a6..3847f02d3934d4ccf375e34f8edc36a0dc2150ed 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1241,15 +1241,6 @@ const char kProfileInfoCache[] = "profile.info_cache"; |
const char kProfileResetPromptMementosInLocalState[] = |
"profile.reset_prompt_mementos"; |
-// Prefs for SSLConfigServicePref. |
-const char kCertRevocationCheckingEnabled[] = "ssl.rev_checking.enabled"; |
-const char kCertRevocationCheckingRequiredLocalAnchors[] = |
- "ssl.rev_checking.required_for_local_anchors"; |
-const char kSSLVersionMin[] = "ssl.version_min"; |
-const char kSSLVersionMax[] = "ssl.version_max"; |
-const char kSSLVersionFallbackMin[] = "ssl.version_fallback_min"; |
-const char kCipherSuiteBlacklist[] = "ssl.cipher_suites.blacklist"; |
- |
// Boolean that specifies whether or not crash reports are sent |
// over the network for analysis. |
#if defined(OS_ANDROID) |