| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 0d9f420b3dc2de490061821ba7909560719e8b92..9681e95fb5e40ea7fb43b5385b157df640560a1a 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -415,15 +415,6 @@ extern const char kWebRTCMultipleRoutesEnabled[];
|
| extern const char kWebRTCNonProxiedUdpEnabled[];
|
| #endif
|
|
|
| -// Local state prefs. Please add Profile prefs above instead.
|
| -extern const char kCertRevocationCheckingEnabled[];
|
| -extern const char kCertRevocationCheckingRequiredLocalAnchors[];
|
| -extern const char kSSLVersionMin[];
|
| -extern const char kSSLVersionMax[];
|
| -extern const char kSSLVersionFallbackMin[];
|
| -extern const char kCipherSuiteBlacklist[];
|
| -extern const char kDisableSSLRecordSplitting[];
|
| -
|
| extern const char kGLVendorString[];
|
| extern const char kGLRendererString[];
|
| extern const char kGLVersionString[];
|
|
|