Index: remoting/protocol/webrtc_transport.h |
diff --git a/remoting/protocol/webrtc_transport.h b/remoting/protocol/webrtc_transport.h |
index d11bfa78ab631d496507b165a2f007eb19a75a70..a54be6ef811c1eecf0ad24c402bfc68f51c36060 100644 |
--- a/remoting/protocol/webrtc_transport.h |
+++ b/remoting/protocol/webrtc_transport.h |
@@ -74,9 +74,6 @@ class WebrtcTransport : public Transport, |
bool ProcessTransportInfo(buzz::XmlElement* transport_info) override; |
private: |
- void OnPortAllocatorCreated( |
- scoped_ptr<cricket::PortAllocator> port_allocator); |
- |
void OnLocalSessionDescriptionCreated( |
scoped_ptr<webrtc::SessionDescriptionInterface> description, |
const std::string& error); |