Index: webrtc/api/peerconnection.h |
diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h |
index c4a9a60053db82ca9976340412334e70bae55a59..fc754b9c838761402f2b1629c5a09295419c5c00 100644 |
--- a/webrtc/api/peerconnection.h |
+++ b/webrtc/api/peerconnection.h |
@@ -136,10 +136,6 @@ |
void RegisterUMAObserver(UMAObserver* observer) override; |
- bool StartRtcEventLog(rtc::PlatformFile file, |
- int64_t max_size_bytes) override; |
- void StopRtcEventLog() override; |
- |
void Close() override; |
// Virtual for unit tests. |
@@ -364,13 +360,6 @@ |
// is applied. |
bool ReconfigurePortAllocator_n(const RTCConfiguration& configuration); |
- // Starts recording an Rtc EventLog using the supplied platform file. |
- // This function should only be called from the worker thread. |
- bool StartRtcEventLog_w(rtc::PlatformFile file, int64_t max_size_bytes); |
- // Starts recording an Rtc EventLog using the supplied platform file. |
- // This function should only be called from the worker thread. |
- void StopRtcEventLog_w(); |
- |
// Storing the factory as a scoped reference pointer ensures that the memory |
// in the PeerConnectionFactoryImpl remains available as long as the |
// PeerConnection is running. It is passed to PeerConnection as a raw pointer. |