Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 9f7f53c5ec7da62f6f02e9955c795acd4befdfb7..81b963a8a14bb4f3a8c934d2103a0542c64f2180 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"; |