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

Unified Diff: net/http/http_stream_factory.h

Issue 14189003: [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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_stream_factory.h
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
index c131897a5a5a44a52df1c26fd31e9c52f7d1cf99..3d06c79ea3df754abb051c1f0e32d71d053f5bfd 100644
--- a/net/http/http_stream_factory.h
+++ b/net/http/http_stream_factory.h
@@ -246,9 +246,9 @@ class NET_EXPORT HttpStreamFactory {
// supported via NPN.
static void EnableNpnSpdy31();
- // Sets http/1.1, spdy/2, spdy/3, spdy/3.1, and spdy/4a1 as the
+ // Sets http/1.1, spdy/2, spdy/3, spdy/3.1, and spdy/4a2 as the
// protocols supported via NPN.
- static void EnableNpnSpdy4a1();
+ static void EnableNpnSpdy4a2();
Ryan Hamilton 2013/05/15 18:32:48 Totally your cal. I'm happy for you to keep this
akalin 2013/05/15 18:50:00 Meh, I can always resurrect it from source control
// Sets the protocols supported by NPN (next protocol negotiation) during the
// SSL handshake as well as by HTTP Alternate-Protocol.

Powered by Google App Engine
This is Rietveld 408576698