Index: webrtc/p2p/base/port.h |
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h |
index 436b1e7faafc2993f67e5905a35ef0e56f1f2cf2..27c2ca3740b4adc035142d66b8c5ddfb6eca12e1 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 OnNetworkDown(const rtc::Network* network); |
+ |
rtc::Thread* thread_; |
rtc::PacketSocketFactory* factory_; |
std::string type_; |