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

Unified Diff: net/http/http_network_layer.h

Issue 25977005: [SPDY] Do not advertise SPDY/2 by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: net/http/http_network_layer.h
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h
index 4b41b7190e8a7e9181a76b700ed756b96879d1e9..a93925f45b66097a668e29c2b7086bfb89109aae 100644
--- a/net/http/http_network_layer.h
+++ b/net/http/http_network_layer.h
@@ -36,7 +36,7 @@ class NET_EXPORT HttpNetworkLayer
// when network session is shared.
static HttpTransactionFactory* CreateFactory(HttpNetworkSession* session);
- // Forces an alternate protocol of SPDY/2 on port 443.
+ // Forces an alternate protocol of SPDY/3 on port 443.
// TODO(rch): eliminate this method.
static void ForceAlternateProtocol();

Powered by Google App Engine
This is Rietveld 408576698