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

Unified Diff: chrome/common/pref_names.cc

Issue 2140733002: Remove HttpStreamFactory::spdy_enabled_ static member and accessors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 92fbcc38d05fee9e5e3d5175b9308d6224f7c1c5..c0ee2d30d80892413542531cf4edf3aecb56fa21 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -433,7 +433,8 @@ const char kDnsPrefetchingStartupList[] = "dns_prefetching.startup_list";
const char kDnsPrefetchingHostReferralList[] =
"dns_prefetching.host_referral_list";
-// Disables the SPDY protocol.
+// Disables the SPDY/3.1 protocol.
+// DEPRECATED: SPDY/3.1 is not supported any more.
const char kDisableSpdy[] = "spdy.disabled";
// Prefs for persisting HttpServerProperties.

Powered by Google App Engine
This is Rietveld 408576698