Chromium Code Reviews| Index: remoting/client/plugin/pepper_port_allocator.h |
| =================================================================== |
| --- remoting/client/plugin/pepper_port_allocator.h (revision 135898) |
| +++ remoting/client/plugin/pepper_port_allocator.h (working copy) |
| @@ -23,9 +23,11 @@ |
| virtual ~PepperPortAllocator(); |
| // cricket::HttpPortAllocatorBase overrides. |
| - virtual cricket::PortAllocatorSession* CreateSession( |
| + virtual cricket::PortAllocatorSession* CreateSessionInternal( |
| const std::string& channel_name, |
| - int component) OVERRIDE; |
| + int component, |
| + const std::string& ice_ufrag, |
|
Sergey Ulanov
2012/05/09 18:58:00
names
Mallinath (Gone from Chromium)
2012/05/09 22:04:22
Done.
|
| + const std::string& ice_pwd) OVERRIDE; |
| private: |
| PepperPortAllocator( |