Index: webrtc/p2p/client/fakeportallocator.h |
diff --git a/webrtc/p2p/client/fakeportallocator.h b/webrtc/p2p/client/fakeportallocator.h |
index d9af4b3f47f96a280049fd4ba2451417672646ff..fb188261a27b3ea726c0a6034bf3b06e4757fa03 100644 |
--- a/webrtc/p2p/client/fakeportallocator.h |
+++ b/webrtc/p2p/client/fakeportallocator.h |
@@ -157,6 +157,8 @@ class FakePortAllocator : public cricket::PortAllocator { |
turn_servers_ = turn_servers; |
} |
+ void SetNetworkIgnoreMask(int network_ignore_mask) override {} |
+ |
const ServerAddresses& stun_servers() const { return stun_servers_; } |
const std::vector<RelayServerConfig>& turn_servers() const { |