| Index: remoting/client/plugin/pepper_port_allocator.cc
|
| ===================================================================
|
| --- remoting/client/plugin/pepper_port_allocator.cc (revision 146359)
|
| +++ remoting/client/plugin/pepper_port_allocator.cc (working copy)
|
| @@ -82,7 +82,7 @@
|
| const std::string& relay_token,
|
| const pp::InstanceHandle& instance)
|
| : HttpPortAllocatorSessionBase(
|
| - allocator, component, ice_username_fragment, ice_password,
|
| + allocator, "", component, ice_username_fragment, ice_password,
|
| stun_hosts, relay_hosts, relay_token, ""),
|
| instance_(instance),
|
| stun_address_resolver_(instance_),
|
| @@ -336,6 +336,7 @@
|
| }
|
|
|
| cricket::PortAllocatorSession* PepperPortAllocator::CreateSessionInternal(
|
| + const std::string& content_name,
|
| int component,
|
| const std::string& ice_username_fragment,
|
| const std::string& ice_password) {
|
|
|