Index: webrtc/p2p/client/fakeportallocator.h |
diff --git a/webrtc/p2p/client/fakeportallocator.h b/webrtc/p2p/client/fakeportallocator.h |
index 9e53bc04aaae061db0886b047471443e89af9971..dca86f633e7c39664cd82a17a2823132791c400a 100644 |
--- a/webrtc/p2p/client/fakeportallocator.h |
+++ b/webrtc/p2p/client/fakeportallocator.h |
@@ -63,6 +63,8 @@ class FakePortAllocatorSession : public PortAllocatorSession { |
virtual void StopGettingPorts() { running_ = false; } |
virtual bool IsGettingPorts() { return running_; } |
+ virtual void ClearGettingPorts() {} |
+ |
int port_config_count() { return port_config_count_; } |
void AddPort(cricket::Port* port) { |