Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3878)

Unified Diff: chrome/common/pref_names.cc

Issue 998383002: Created policy QuicAllowed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698