| Index: webrtc/api/peerconnectionfactoryproxy.h
|
| diff --git a/webrtc/api/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h
|
| index d41aad25fee8f694b6199031938e6a30681a2558..e829cca64910a66db38253f38509970b949b28d6 100644
|
| --- a/webrtc/api/peerconnectionfactoryproxy.h
|
| +++ b/webrtc/api/peerconnectionfactoryproxy.h
|
| @@ -21,6 +21,8 @@
|
|
|
| namespace webrtc {
|
|
|
| +// 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(PeerConnectionFactory)
|
| PROXY_SIGNALING_THREAD_DESTRUCTOR()
|
| PROXY_METHOD1(void, SetOptions, const Options&)
|
|
|