| Index: webrtc/p2p/base/transportcontroller.h
|
| diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h
|
| index a46ce00dbc329a8f4627cca1318d06139572a476..b4cd32d8e215404221534043ce3cb4e8765560b1 100644
|
| --- a/webrtc/p2p/base/transportcontroller.h
|
| +++ b/webrtc/p2p/base/transportcontroller.h
|
| @@ -113,6 +113,8 @@ class TransportController : public sigslot::has_slots<>,
|
|
|
| // Creates a channel if it doesn't exist. Otherwise, increments a reference
|
| // count and returns an existing channel.
|
| + TransportChannel* CreateTransportChannel(const std::string& transport_name,
|
| + int component);
|
| virtual TransportChannel* CreateTransportChannel_n(
|
| const std::string& transport_name,
|
| int component);
|
|
|