Index: webrtc/p2p/base/port.h |
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h |
index 436b1e7faafc2993f67e5905a35ef0e56f1f2cf2..6c694e72776a7d8dd6478b0dba4189f0c92425a5 100644 |
--- a/webrtc/p2p/base/port.h |
+++ b/webrtc/p2p/base/port.h |
@@ -357,6 +357,8 @@ class Port : public PortInterface, public rtc::MessageHandler, |
return ice_role_ == ICEROLE_CONTROLLED && connections_.empty(); |
} |
+ void OnNetworkInactive(const rtc::Network* network); |
+ |
rtc::Thread* thread_; |
rtc::PacketSocketFactory* factory_; |
std::string type_; |