| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| index d9fba38a7fe1dc5a63ee0d91b872a7675b574308..cc5be6f856c4949a79a1e3363ec02b6a5e7c9e92 100644
 | 
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| @@ -156,6 +156,8 @@ class MODULES_EXPORT RTCPeerConnection final
 | 
|  
 | 
|    HeapVector<Member<RTCRtpSender>> getSenders();
 | 
|    HeapVector<Member<RTCRtpReceiver>> getReceivers();
 | 
| +  RTCRtpSender* addTrack(MediaStreamTrack*, MediaStreamVector, ExceptionState&);
 | 
| +  void removeTrack(RTCRtpSender*, ExceptionState&);
 | 
|  
 | 
|    RTCDataChannel* createDataChannel(ScriptState*,
 | 
|                                      String label,
 | 
| 
 |