summaryrefslogtreecommitdiffstats
path: root/remoting/client
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 20:05:01 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 20:05:01 +0000
commit66980d85fefe26261b310f35375a31bb91abd0c3 (patch)
tree43298b3d634c9e7cc0b887b12f4ba42957d10253 /remoting/client
parent9d0b0fbfc061a1889ae18fbefa92f7b73b065750 (diff)
downloadchromium_src-66980d85fefe26261b310f35375a31bb91abd0c3.zip
chromium_src-66980d85fefe26261b310f35375a31bb91abd0c3.tar.gz
chromium_src-66980d85fefe26261b310f35375a31bb91abd0c3.tar.bz2
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
Diffstat (limited to 'remoting/client')
-rw-r--r--remoting/client/jingle_host_connection.cc2
1 files changed, 2 insertions, 0 deletions
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(),