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

Unified Diff: net/http/http_server_properties.cc

Issue 17760008: [SPDY] Enable tests for SPDY/3.1 and SPDY/4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 6 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_server_properties.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties.cc
diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc
index 1c94f848aebfe902520bfda7067f432503e7fa44..069f16c1bbc743c7aa1455b2665e546985845564 100644
--- a/net/http/http_server_properties.cc
+++ b/net/http/http_server_properties.cc
@@ -27,6 +27,8 @@ const char* AlternateProtocolToString(AlternateProtocol protocol) {
case NPN_SPDY_1:
case NPN_SPDY_2:
case NPN_SPDY_3:
+ case NPN_SPDY_3_1:
+ case NPN_SPDY_4A2:
case QUIC:
DCHECK_LT(static_cast<size_t>(protocol),
arraysize(kAlternateProtocolStrings));
« no previous file with comments | « net/http/http_server_properties.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698