summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/ice_connection_to_client.h
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-12-10 10:42:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-10 18:43:39 +0000
commit0fc40f9403a782b6fb01237fd1fe9d730e1206b2 (patch)
tree3374d992267a66a2e53a790420fa397e1eda12fb /remoting/protocol/ice_connection_to_client.h
parentb036e43221eac3ca8a22d7e96258ca056444cedd (diff)
downloadchromium_src-0fc40f9403a782b6fb01237fd1fe9d730e1206b2.zip
chromium_src-0fc40f9403a782b6fb01237fd1fe9d730e1206b2.tar.gz
chromium_src-0fc40f9403a782b6fb01237fd1fe9d730e1206b2.tar.bz2
Add WebrtcConnectionToClient.
The new WebrtcConnectionToClient implements ConnectionToClient for WebRTC-based protocol. BUG=547158 Review URL: https://codereview.chromium.org/1510343002 Cr-Commit-Position: refs/heads/master@{#364409}
Diffstat (limited to 'remoting/protocol/ice_connection_to_client.h')
-rw-r--r--remoting/protocol/ice_connection_to_client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/protocol/ice_connection_to_client.h b/remoting/protocol/ice_connection_to_client.h
index 8387b94..72d7691 100644
--- a/remoting/protocol/ice_connection_to_client.h
+++ b/remoting/protocol/ice_connection_to_client.h
@@ -73,7 +73,6 @@ class IceConnectionToClient : public ConnectionToClient,
// Event handler for handling events sent from this object.
ConnectionToClient::EventHandler* event_handler_;
- // The libjingle channel used to send and receive data from the remote client.
scoped_ptr<Session> session_;
scoped_refptr<base::SingleThreadTaskRunner> video_encode_task_runner_;