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..1f85884b7653e8e91c5a6f46110efb03ec246ca5 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[] = "quic.allowed"; |
|
gab
2016/12/08 20:23:27
I don't see any other "quic." prefs, should this j
mmenke
2016/12/08 20:34:49
Net doesn't do any command line parsing, to let it
gab
2016/12/08 21:49:45
I meant, not in net/, but just have the pref be pr
pastarmovj
2016/12/09 11:12:54
+1 to a common prefix.
pmarko
2016/12/13 06:01:51
Done.
|
| + |
| // Prefs for persisting HttpServerProperties. |
| const char kHttpServerProperties[] = "net.http_server_properties"; |