diff options
author | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-14 02:08:55 +0000 |
---|---|---|
committer | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-14 02:08:55 +0000 |
commit | 4a13f9d5b03fd05b66204993e41b686afdca41dc (patch) | |
tree | 9a86a7908c540c33de9e822bf4f9d0cf434636a7 /remoting/host/host_port_allocator.h | |
parent | f8edfc490c25300378778980406459e3a8d0be94 (diff) | |
download | chromium_src-4a13f9d5b03fd05b66204993e41b686afdca41dc.zip chromium_src-4a13f9d5b03fd05b66204993e41b686afdca41dc.tar.gz chromium_src-4a13f9d5b03fd05b66204993e41b686afdca41dc.tar.bz2 |
Rolling libjingle to 159.
TEST=unit tests, webrtc pytest
Review URL: https://chromiumcodereview.appspot.com/10689180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/host_port_allocator.h')
-rw-r--r-- | remoting/host/host_port_allocator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/host_port_allocator.h b/remoting/host/host_port_allocator.h index 042c1e4..47d0893 100644 --- a/remoting/host/host_port_allocator.h +++ b/remoting/host/host_port_allocator.h @@ -34,6 +34,7 @@ class HostPortAllocator : public cricket::HttpPortAllocatorBase { // cricket::HttpPortAllocatorBase overrides. virtual cricket::PortAllocatorSession* CreateSessionInternal( + const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password) OVERRIDE; |