| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index 76b45d6ee2f613884acb01852c66aed832996e58..2375dd4dcecd4b20f7abf66e78ec446b3f35bab4 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -19,7 +19,8 @@
|
|
|
| namespace webrtc {
|
|
|
| -// Define proxy for PeerConnectionInterface.
|
| +// TODO(deadbeef): Move this to .cc file and out of api/. What threads methods
|
| +// are called on is an implementation detail.
|
| BEGIN_SIGNALING_PROXY_MAP(PeerConnection)
|
| PROXY_SIGNALING_THREAD_DESTRUCTOR()
|
| PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, local_streams)
|
|
|