| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 61151eb1ef3ebcc5937aa2d18c2b105e5fd5e473..2b5e7063a8feaeed1328f2194962b6b2512af530 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -387,6 +387,9 @@ const char kDnsPrefetchingHostReferralList[] =
|
| // Disables the SPDY protocol.
|
| const char kDisableSpdy[] = "spdy.disabled";
|
|
|
| +// Disables the QUIC protocol.
|
| +const char kQuicEnabled[] = "quic.enabled";
|
| +
|
| // Prefs for persisting HttpServerProperties.
|
| const char kHttpServerProperties[] = "net.http_server_properties";
|
|
|
|
|