| 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 57e37ad0119228e95199fdbd343c803a443349d8..1a38a7088dab991d0a306572b8de69b884146f0f 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -350,7 +350,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;
|
|
|
| @@ -389,7 +389,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;
|
| }
|
|
|