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

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

Issue 2386783002: Add UMA metrics for ICE regathering reasons. (Closed)
Patch Set: Add const to the pooled_sessions method. Created 4 years, 2 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
« no previous file with comments | « webrtc/p2p/base/portallocator.h ('k') | webrtc/p2p/base/transportcontroller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/transportchannelimpl.h
diff --git a/webrtc/p2p/base/transportchannelimpl.h b/webrtc/p2p/base/transportchannelimpl.h
index 0c7fa506b7d6fa1a49b5399ba0631b599523a570..1d43e54d0a8fd477e4e0ca700e20f1bcb4f7c67a 100644
--- a/webrtc/p2p/base/transportchannelimpl.h
+++ b/webrtc/p2p/base/transportchannelimpl.h
@@ -18,6 +18,10 @@
namespace buzz { class XmlElement; }
+namespace webrtc {
+class MetricsObserverInterface;
+}
+
namespace cricket {
class Candidate;
@@ -74,6 +78,9 @@ class TransportChannelImpl : public TransportChannel {
// occurred.
virtual void MaybeStartGathering() = 0;
+ virtual void SetMetricsObserver(
+ webrtc::MetricsObserverInterface* observer) = 0;
+
sigslot::signal1<TransportChannelImpl*> SignalGatheringState;
// Handles sending and receiving of candidates. The Transport
« no previous file with comments | « webrtc/p2p/base/portallocator.h ('k') | webrtc/p2p/base/transportcontroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698