Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index 926de95a3bffed498bb8291ed4bd80a99cb048e3..8569b0873ef9ad27e36eceff9c9891f040a81f34 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -221,6 +221,9 @@ class P2PTransportChannel : public TransportChannelImpl, |
void OnCheckReceiving(); |
+ void PruneConnections(); |
+ Connection* best_nominated_connection() const; |
+ |
P2PTransport* transport_; |
PortAllocator *allocator_; |
rtc::Thread *worker_thread_; |