| Index: content/renderer/p2p/port_allocator.h
|
| ===================================================================
|
| --- content/renderer/p2p/port_allocator.h (revision 136430)
|
| +++ content/renderer/p2p/port_allocator.h (working copy)
|
| @@ -34,9 +34,11 @@
|
| const webkit_glue::P2PTransport::Config& config);
|
| virtual ~P2PPortAllocator();
|
|
|
| - virtual cricket::PortAllocatorSession* CreateSession(
|
| + virtual cricket::PortAllocatorSession* CreateSessionInternal(
|
| const std::string& channel_name,
|
| - int component) OVERRIDE;
|
| + int component,
|
| + const std::string& ice_username_fragment,
|
| + const std::string& ice_password) OVERRIDE;
|
|
|
| private:
|
| friend class P2PPortAllocatorSession;
|
| @@ -54,7 +56,9 @@
|
| P2PPortAllocatorSession(
|
| P2PPortAllocator* allocator,
|
| const std::string& channel_name,
|
| - int candidate);
|
| + int component,
|
| + const std::string& ice_username_fragment,
|
| + const std::string& ice_password);
|
| virtual ~P2PPortAllocatorSession();
|
|
|
| // WebKit::WebURLLoaderClient overrides.
|
|
|