From 66980d85fefe26261b310f35375a31bb91abd0c3 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Thu, 21 Oct 2010 20:05:01 +0000 Subject: Implement basic X11 screen capture on linux. BUG= TEST= Review URL: http://codereview.chromium.org/3801012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63401 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/jingle_host_connection.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting/client') diff --git a/remoting/client/jingle_host_connection.cc b/remoting/client/jingle_host_connection.cc index f40f720..c70e2c6 100644 --- a/remoting/client/jingle_host_connection.cc +++ b/remoting/client/jingle_host_connection.cc @@ -65,6 +65,8 @@ void JingleHostConnection::InitConnection() { // Initialize |chromotocol_server_|. JingleChromotingServer* chromotocol_server = new JingleChromotingServer(message_loop()); + // TODO(ajwong): Make this a command switch when we're more stable. + chromotocol_server->set_allow_local_ips(true); chromotocol_server->Init( jingle_client_->GetFullJid(), jingle_client_->session_manager(), -- cgit v1.1