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

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

Issue 2025573002: Use continual gathering to restore backup connections (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Address comments and revised tests Created 4 years, 6 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/port.h
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h
index 6cae6f8ae967309fca9da120c209d71197d1b285..39b48ecdf82d05540dfce2c10f4e8431b6c24ed9 100644
--- a/webrtc/p2p/base/port.h
+++ b/webrtc/p2p/base/port.h
@@ -363,8 +363,6 @@ class Port : public PortInterface, public rtc::MessageHandler,
return ice_role_ == ICEROLE_CONTROLLED && connections_.empty();
}
- void OnNetworkInactive(const rtc::Network* network);
-
void OnNetworkTypeChanged(const rtc::Network* network);
rtc::Thread* thread_;

Powered by Google App Engine
This is Rietveld 408576698