| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index ea48ff5681c58f53dee956d1e16b87bb38da9f49..457963cfd0182ddcd3cca567f56d15972a3458a1 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -439,6 +439,9 @@ const char kDnsPrefetchingStartupList[] = "dns_prefetching.startup_list";
|
| const char kDnsPrefetchingHostReferralList[] =
|
| "dns_prefetching.host_referral_list";
|
|
|
| +// Controls if the QUIC protocol is allowed.
|
| +const char kQuicAllowed[] = "net.quic_allowed";
|
| +
|
| // Prefs for persisting HttpServerProperties.
|
| const char kHttpServerProperties[] = "net.http_server_properties";
|
|
|
|
|