Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: remoting/protocol/webrtc_transport.h

Issue 1571943002: Simplify PortAllocatorBase and make PortAllocator creation synchronous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698