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

Unified Diff: webrtc/p2p/base/p2ptransportchannel.h

Issue 2517883002: Refactoring that removes P2PTransport and DtlsTransport classes. (Closed)
Patch Set: Leaving comments about what we'd need to do to support QUIC again. Created 4 years, 1 month 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: webrtc/p2p/base/p2ptransportchannel.h
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
index cdb83005b6a2a519d247bf03b0df713aee979c4a..e538dc2c9739f466ac603daeceb1e353a46a9df6 100644
--- a/webrtc/p2p/base/p2ptransportchannel.h
+++ b/webrtc/p2p/base/p2ptransportchannel.h
@@ -29,7 +29,6 @@
#include "webrtc/base/constructormagic.h"
#include "webrtc/p2p/base/candidate.h"
#include "webrtc/p2p/base/candidatepairinterface.h"
-#include "webrtc/p2p/base/p2ptransport.h"
#include "webrtc/p2p/base/portallocator.h"
#include "webrtc/p2p/base/portinterface.h"
#include "webrtc/p2p/base/transportchannelimpl.h"
@@ -67,12 +66,6 @@ class P2PTransportChannel : public TransportChannelImpl,
P2PTransportChannel(const std::string& transport_name,
int component,
PortAllocator* allocator);
- // TODO(mikescarlett): Deprecated. Remove when Chromium's
- // IceTransportChannel does not depend on this.
- P2PTransportChannel(const std::string& transport_name,
- int component,
- P2PTransport* transport,
- PortAllocator* allocator);
virtual ~P2PTransportChannel();
// From TransportChannelImpl:

Powered by Google App Engine
This is Rietveld 408576698