| Index: net/http/http_stream_factory_test_util.h
|
| diff --git a/net/http/http_stream_factory_test_util.h b/net/http/http_stream_factory_test_util.h
|
| index d257b00a5cb416e134f09ea312b8fab15fb7b7e5..f0892276a333e342a61890eab0328c6807053307 100644
|
| --- a/net/http/http_stream_factory_test_util.h
|
| +++ b/net/http/http_stream_factory_test_util.h
|
| @@ -117,6 +117,8 @@ class MockHttpStreamFactoryImplJob : public HttpStreamFactoryImpl::Job {
|
|
|
| MOCK_METHOD1(Start, void(HttpStreamRequest::StreamType stream_type));
|
|
|
| + MOCK_METHOD1(Resume, void(const base::TimeDelta& delay));
|
| +
|
| MOCK_METHOD1(MarkOtherJobComplete, void(const Job& job));
|
|
|
| MOCK_METHOD0(Orphan, void());
|
|
|