| Index: webrtc/api/mediastreamproxy.h
|
| diff --git a/webrtc/api/mediastreamproxy.h b/webrtc/api/mediastreamproxy.h
|
| index fe113001b533fda393d5a7f9fc59efba8de5f38c..15b40eda52b723b7f6a4201c82e0823d9b571c09 100644
|
| --- a/webrtc/api/mediastreamproxy.h
|
| +++ b/webrtc/api/mediastreamproxy.h
|
| @@ -18,6 +18,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(MediaStream)
|
| PROXY_SIGNALING_THREAD_DESTRUCTOR()
|
| PROXY_CONSTMETHOD0(std::string, label)
|
|
|