Chromium Code Reviews| Index: components/grpc_support/test/get_stream_engine.h |
| diff --git a/components/grpc_support/test/get_stream_engine.h b/components/grpc_support/test/get_stream_engine.h |
| index 227733d4ab9ab107171ca3e9a69388da440230ef..e970fe2abaa01ac5e03e72cf929141ad484edbb5 100644 |
| --- a/components/grpc_support/test/get_stream_engine.h |
| +++ b/components/grpc_support/test/get_stream_engine.h |
| @@ -14,6 +14,9 @@ namespace grpc_support { |
| // and should have kTestServerHost configured as a QUIC server. |
| stream_engine* GetTestStreamEngine(int port); |
| +void StartTestStreamEngine(int port); |
|
mef
2017/04/26 22:19:41
Public methods need comments.
lilyhoughton
2017/04/27 13:53:39
Done, though PTAL to make sure it's sufficiently c
|
| +void ShutdownTestStreamEngine(); |
| + |
| } // namespace grpc_support |
| #endif // COMPONENTS_GRPC_SUPPORT_TEST_GET_REQUEST_CONTEXT_GETTER_H_ |