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

Unified Diff: net/http/http_stream_factory_impl_unittest.cc

Issue 1216703002: Implement multiple alternative services per origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: net/http/http_stream_factory_impl_unittest.cc
diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
index c3afedd6c2a5905ddbadd5535dd6ae5394f1549d..f1706b9d131ed709b7d4b29803e3b04f8b33f1ad 100644
--- a/net/http/http_stream_factory_impl_unittest.cc
+++ b/net/http/http_stream_factory_impl_unittest.cc
@@ -1313,7 +1313,7 @@ TEST_P(HttpStreamFactoryTest, DISABLED_OrphanedWebSocketStream) {
request_info.url = GURL("ws://www.google.com:8888");
request_info.load_flags = 0;
- session->http_server_properties()->SetAlternativeService(
+ session->http_server_properties()->AddAlternativeService(
HostPortPair("www.google.com", 8888),
AlternativeService(NPN_SPDY_4, "www.google.com", 9999), 1.0);

Powered by Google App Engine
This is Rietveld 408576698