| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2d6d4ab2fac1c988a4fd19a3852338cc70402773..ffed747bdc3661dafc6c9b1d7b3e914d8d14bb75 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -745,6 +745,7 @@ const char kProfileInfoCache[] = "profile.info_cache";
|
| const char kCertRevocationCheckingEnabled[] = "ssl.rev_checking.enabled";
|
| const char kSSL3Enabled[] = "ssl.ssl3.enabled";
|
| const char kTLS1Enabled[] = "ssl.tls1.enabled";
|
| +const char kCipherSuiteBlacklist[] = "ssl.cipher_suites.blacklist";
|
|
|
| // The metrics client GUID and session ID.
|
| const char kMetricsClientID[] = "user_experience_metrics.client_id";
|
|
|