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..1170cae2afae44566a89f7a84b37b5910f9cc93f 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -437,6 +437,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"; |
|
gab
2016/12/13 21:36:16
The second . will create a dictionary for this sta
pmarko
2016/12/19 21:25:11
Good point! Changed to net.quic_allowed - Done.
|
| + |
| // Prefs for persisting HttpServerProperties. |
| const char kHttpServerProperties[] = "net.http_server_properties"; |