| Index: net/spdy/spdy_test_util_common.cc
|
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
|
| index 92c9c58675735a9a11bbf2873588ceae69c42c98..2acf8e195f2907146ebbbd4752673b618ea19ffe 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -355,7 +355,7 @@ SpdySessionDependencies::SpdySessionDependencies(NextProto protocol)
|
| SpdySession::GetDefaultInitialWindowSize(protocol)),
|
| time_func(&base::TimeTicks::Now),
|
| parse_alternative_services(true),
|
| - enable_alternative_service_with_different_host(false),
|
| + enable_alternative_service_with_different_host(true),
|
| net_log(NULL) {
|
| DCHECK(next_proto_is_spdy(protocol)) << "Invalid protocol: " << protocol;
|
|
|
| @@ -394,7 +394,7 @@ SpdySessionDependencies::SpdySessionDependencies(
|
| SpdySession::GetDefaultInitialWindowSize(protocol)),
|
| time_func(&base::TimeTicks::Now),
|
| parse_alternative_services(true),
|
| - enable_alternative_service_with_different_host(false),
|
| + enable_alternative_service_with_different_host(true),
|
| net_log(NULL) {
|
| DCHECK(next_proto_is_spdy(protocol)) << "Invalid protocol: " << protocol;
|
| }
|
|
|