| Index: net/http/http_stream_factory_test_util.cc
|
| diff --git a/net/http/http_stream_factory_test_util.cc b/net/http/http_stream_factory_test_util.cc
|
| index 62d89c2c3f4fb69a0ea1b8f6e2449bed9ad68023..50d083073d7f4f9abbd980ca22d3fd906a8d01e1 100644
|
| --- a/net/http/http_stream_factory_test_util.cc
|
| +++ b/net/http/http_stream_factory_test_util.cc
|
| @@ -33,7 +33,9 @@ MockHttpStreamFactoryImplJob::MockHttpStreamFactoryImplJob(
|
| proxy_ssl_config,
|
| destination,
|
| origin_url,
|
| - net_log) {}
|
| + net_log) {
|
| + DCHECK(!is_waiting());
|
| +}
|
|
|
| MockHttpStreamFactoryImplJob::MockHttpStreamFactoryImplJob(
|
| HttpStreamFactoryImpl::Job::Delegate* delegate,
|
|
|