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

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

Issue 1996693002: Fire a signal when the transport channel state changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 7 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/transportchannelimpl.h
diff --git a/webrtc/p2p/base/transportchannelimpl.h b/webrtc/p2p/base/transportchannelimpl.h
index f548aa012f80a3463ecf737ef55d4bffd7d14b0d..13b12f29e7f52fef59a3ce0c89bc84f154987c4a 100644
--- a/webrtc/p2p/base/transportchannelimpl.h
+++ b/webrtc/p2p/base/transportchannelimpl.h
@@ -100,9 +100,8 @@ class TransportChannelImpl : public TransportChannel {
// agents.
sigslot::signal1<TransportChannelImpl*> SignalRoleConflict;
- // Emitted whenever the number of connections available to the transport
- // channel decreases.
- sigslot::signal1<TransportChannelImpl*> SignalConnectionRemoved;
+ // Emitted whenever the transport channel state changed.
+ sigslot::signal1<TransportChannelImpl*> SignalChannelStateChanged;
private:
RTC_DISALLOW_COPY_AND_ASSIGN(TransportChannelImpl);

Powered by Google App Engine
This is Rietveld 408576698