| Index: content/renderer/p2p/port_allocator.h
|
| ===================================================================
|
| --- content/renderer/p2p/port_allocator.h (revision 146359)
|
| +++ content/renderer/p2p/port_allocator.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| virtual ~P2PPortAllocator();
|
|
|
| virtual cricket::PortAllocatorSession* CreateSessionInternal(
|
| + const std::string& content_name,
|
| int component,
|
| const std::string& ice_username_fragment,
|
| const std::string& ice_password) OVERRIDE;
|
| @@ -54,6 +55,7 @@
|
| public:
|
| P2PPortAllocatorSession(
|
| P2PPortAllocator* allocator,
|
| + const std::string& content_name,
|
| int component,
|
| const std::string& ice_username_fragment,
|
| const std::string& ice_password);
|
|
|