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

Unified Diff: net/http/http_response_info.h

Issue 13845012: [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 8 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
« no previous file with comments | « net/http/http_network_transaction_spdy3_unittest.cc ('k') | net/http/http_server_properties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index dedecbd3eb5dde2af2b40f7be14b753e5ed58368..e0bb41a03bb7e41cdfdd22b44809b5f05a2a4564 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -30,7 +30,7 @@ class NET_EXPORT HttpResponseInfo {
CONNECTION_INFO_HTTP1,
CONNECTION_INFO_SPDY2,
CONNECTION_INFO_SPDY3,
- CONNECTION_INFO_SPDY3_1,
+ CONNECTION_INFO_SPDY4,
CONNECTION_INFO_QUIC1_SPDY3,
NUM_OF_CONNECTION_INFOS,
};
« no previous file with comments | « net/http/http_network_transaction_spdy3_unittest.cc ('k') | net/http/http_server_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698