| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 92fbcc38d05fee9e5e3d5175b9308d6224f7c1c5..c0ee2d30d80892413542531cf4edf3aecb56fa21 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -433,7 +433,8 @@ const char kDnsPrefetchingStartupList[] = "dns_prefetching.startup_list";
|
| const char kDnsPrefetchingHostReferralList[] =
|
| "dns_prefetching.host_referral_list";
|
|
|
| -// Disables the SPDY protocol.
|
| +// Disables the SPDY/3.1 protocol.
|
| +// DEPRECATED: SPDY/3.1 is not supported any more.
|
| const char kDisableSpdy[] = "spdy.disabled";
|
|
|
| // Prefs for persisting HttpServerProperties.
|
|
|