| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index d9d34ea13a8d783d94a91098be4ba70060891873..73d5a1e128c2a2f920a4f6f0db97cf129371c991 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -138,6 +138,10 @@ class ChromotingHost : public base::NonThreadSafe,
|
| return weak_factory_.GetWeakPtr();
|
| }
|
|
|
| + scoped_refptr<protocol::TransportContext> transport_context_for_tests() {
|
| + return transport_context_;
|
| + }
|
| +
|
| private:
|
| friend class ChromotingHostTest;
|
|
|
|
|