| Index: remoting/protocol/transport_context.h
|
| diff --git a/remoting/protocol/transport_context.h b/remoting/protocol/transport_context.h
|
| index faac2d23f21de6c451ccc882060c030d6cf7422f..12a6c3dfde90045243cb21daef982f3d300eed2b 100644
|
| --- a/remoting/protocol/transport_context.h
|
| +++ b/remoting/protocol/transport_context.h
|
| @@ -37,6 +37,8 @@ class TransportContext : public base::RefCountedThreadSafe<TransportContext> {
|
| typedef base::Callback<void(scoped_ptr<cricket::PortAllocator>
|
| port_allocator)> CreatePortAllocatorCallback;
|
|
|
| + static scoped_refptr<TransportContext> ForTests(TransportRole role);
|
| +
|
| TransportContext(
|
| SignalStrategy* signal_strategy,
|
| scoped_ptr<PortAllocatorFactory> port_allocator_factory,
|
|
|