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

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

Issue 2637503003: More minor improvements to BaseChannel/transport code. (Closed)
Patch Set: Created 3 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: webrtc/p2p/base/transportcontroller.h
diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h
index 147d568a2e2b52f0949003df0766ba917f43edb1..6929a6e7f16a1a2094b920957ce6f10b97c4ffb9 100644
--- a/webrtc/p2p/base/transportcontroller.h
+++ b/webrtc/p2p/base/transportcontroller.h
@@ -121,6 +121,8 @@ class TransportController : public sigslot::has_slots<>,
// Decrements a channel's reference count, and destroys the channel if
// nothing is referencing it.
+ virtual void DestroyTransportChannel(const std::string& transport_name,
+ int component);
virtual void DestroyTransportChannel_n(const std::string& transport_name,
int component);

Powered by Google App Engine
This is Rietveld 408576698