diff options
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[]; |