Index: webrtc/p2p/client/basicportallocator.h |
diff --git a/webrtc/p2p/client/basicportallocator.h b/webrtc/p2p/client/basicportallocator.h |
index 3044559a0bab2cf0d48248c6af4707516d832dce..25f7ca7742e6c90f43bda17df85c82ff1afa7dfa 100644 |
--- a/webrtc/p2p/client/basicportallocator.h |
+++ b/webrtc/p2p/client/basicportallocator.h |
@@ -62,6 +62,8 @@ class BasicPortAllocator : public PortAllocator { |
// Convenience method that adds a TURN server to the configuration. |
void AddTurnServer(const RelayServerConfig& turn_server); |
+ void ReportIceRegatheringReason(IceRegatheringReason reason) override; |
+ |
private: |
void Construct(); |