Index: remoting/host/host_port_allocator.h |
=================================================================== |
--- remoting/host/host_port_allocator.h (revision 137544) |
+++ remoting/host/host_port_allocator.h (working copy) |
@@ -33,9 +33,10 @@ |
virtual ~HostPortAllocator(); |
// cricket::HttpPortAllocatorBase overrides. |
- virtual cricket::PortAllocatorSession* CreateSession( |
- const std::string& channel_name, |
- int component) OVERRIDE; |
+ virtual cricket::PortAllocatorSession* CreateSessionInternal( |
+ int component, |
+ const std::string& ice_username_fragment, |
+ const std::string& ice_password) OVERRIDE; |
private: |
HostPortAllocator( |