| 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..8a8dac65252046f6275e73b9a0b0145a848a1963 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_METHOD0(Resume, void());
|
| +
|
| MOCK_METHOD1(MarkOtherJobComplete, void(const Job& job));
|
|
|
| MOCK_METHOD0(Orphan, void());
|
|
|