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

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

Issue 2025573002: Use continual gathering to restore backup connections (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Add 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
« no previous file with comments | « no previous file | webrtc/p2p/base/p2ptransportchannel.h » ('j') | webrtc/p2p/base/p2ptransportchannel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/fakeportallocator.h
diff --git a/webrtc/p2p/base/fakeportallocator.h b/webrtc/p2p/base/fakeportallocator.h
index 58e1d5fac67d2e674a37055c3d6b7949b3f0ce97..73df118ec0940e01d22f0d81c34f3b82a7fb7ea8 100644
--- a/webrtc/p2p/base/fakeportallocator.h
+++ b/webrtc/p2p/base/fakeportallocator.h
@@ -21,6 +21,7 @@
#include "webrtc/p2p/base/udpport.h"
namespace rtc {
+class Network;
class SocketFactory;
class Thread;
}
@@ -217,6 +218,7 @@ class FakePortAllocator : public cricket::PortAllocator {
}
void SetNetworkIgnoreMask(int network_ignore_mask) override {}
+ void GetNetworks(std::vector<rtc::Network*>* networks) const override {}
cricket::PortAllocatorSession* CreateSessionInternal(
const std::string& content_name,
« no previous file with comments | « no previous file | webrtc/p2p/base/p2ptransportchannel.h » ('j') | webrtc/p2p/base/p2ptransportchannel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698