Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 3ba2b44b137762037f2285de261036a23f2bac4f..77673359144c10842d818746827d1d365e99a0d6 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -437,6 +437,10 @@ 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[] = |
| + "quic.allowed"; |
|
Bence
2016/12/02 18:53:26
Merge with previous line.
pmarko
2016/12/08 17:01:59
Done.
|
| + |
| // Prefs for persisting HttpServerProperties. |
| const char kHttpServerProperties[] = "net.http_server_properties"; |