| Index: webrtc/api/mediastreamtrackproxy.h
|
| diff --git a/webrtc/api/mediastreamtrackproxy.h b/webrtc/api/mediastreamtrackproxy.h
|
| index 9a3cb42366296fadff4967885ce14979daa69e00..605f3f2dfedbd81b9d4b5443b498ff556c8e63d8 100644
|
| --- a/webrtc/api/mediastreamtrackproxy.h
|
| +++ b/webrtc/api/mediastreamtrackproxy.h
|
| @@ -21,6 +21,9 @@
|
|
|
| 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(AudioTrack)
|
| PROXY_SIGNALING_THREAD_DESTRUCTOR()
|
| PROXY_CONSTMETHOD0(std::string, kind)
|
|
|