Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / base / virtualsocketserver.h
index 87e3536..0ea51ab 100644 (file)
@@ -110,6 +110,9 @@ class VirtualSocketServer : public SocketServer, public sigslot::has_slots<> {
   // if Thread::Stop() was called.
   bool ProcessMessagesUntilIdle();
 
+  // Sets the next port number to use for testing.
+  void SetNextPortForTesting(uint16 port);
+
  protected:
   // Returns a new IP not used before in this network.
   IPAddress GetNextIP(int family);