diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 22:04:11 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 22:04:11 +0000 |
commit | 89e818cc96fa7f96f3d2b04a6b15b013faa83a33 (patch) | |
tree | 46cca3e6c385bf8f7a5f4bc7973077c14533d1cd /remoting | |
parent | fdcad5d3bdb6fa24ead6ed9d12d3573dad4b5a92 (diff) | |
download | chromium_src-89e818cc96fa7f96f3d2b04a6b15b013faa83a33.zip chromium_src-89e818cc96fa7f96f3d2b04a6b15b013faa83a33.tar.gz chromium_src-89e818cc96fa7f96f3d2b04a6b15b013faa83a33.tar.bz2 |
Fix issue with Connect signal on TCP P2P sockets. Enable TCP sockets for remoting.
BUG=80245
TEST=Remoting connection still works and doesn't crash.
Review URL: http://codereview.chromium.org/7068030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/jingle_glue/jingle_client.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/jingle_glue/jingle_client.cc b/remoting/jingle_glue/jingle_client.cc index 509e6f8..0c38ce9 100644 --- a/remoting/jingle_glue/jingle_client.cc +++ b/remoting/jingle_glue/jingle_client.cc @@ -227,10 +227,6 @@ void JingleClient::DoInitialize() { cricket::PORTALLOCATOR_DISABLE_RELAY); } - // TODO(sergeyu): Reenable TCP when 80245 is fixed. - port_allocator_->set_flags( - port_allocator_->flags() | cricket::PORTALLOCATOR_DISABLE_TCP); - // TODO(ajwong): The strategy needs a "start" command or something. Right // now, Init() implicitly starts processing events. Thus, we must have the // other fields of JingleClient initialized first, otherwise the state-change |