| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithWebRTC.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithWebRTC.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithWebRTC.h
|
| index e5c5e2bdd550beeff606ba363ab6cb7b6fdb68d8..06b4ffa42fcaf30b184d7276ac32f6bab7ac0d9e 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithWebRTC.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithWebRTC.h
|
| @@ -39,6 +39,10 @@ class MockWebRTCPeerConnectionHandler : public WebRTCPeerConnectionHandler {
|
| void GetStats(std::unique_ptr<WebRTCStatsReportCallback>) override;
|
| WebVector<std::unique_ptr<WebRTCRtpSender>> GetSenders() override;
|
| WebVector<std::unique_ptr<WebRTCRtpReceiver>> GetReceivers() override;
|
| + std::unique_ptr<WebRTCRtpSender> AddTrack(
|
| + const WebMediaStreamTrack&,
|
| + const WebVector<WebMediaStream>&) override;
|
| + bool RemoveTrack(WebRTCRtpSender*) override;
|
| WebRTCDataChannelHandler* CreateDataChannel(
|
| const WebString& label,
|
| const WebRTCDataChannelInit&) override;
|
|
|