Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: content/renderer/media/mock_peer_connection_impl.h

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added CONTENT_EXPORT to WebRTCEventLogHost. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/media/mock_peer_connection_impl.h
diff --git a/content/renderer/media/mock_peer_connection_impl.h b/content/renderer/media/mock_peer_connection_impl.h
index da60d59b85b654edf6b55ff4252c27eb0dc5a930..c6a1d19b65d197311f84194dd3c4c6fbf4f25222 100644
--- a/content/renderer/media/mock_peer_connection_impl.h
+++ b/content/renderer/media/mock_peer_connection_impl.h
@@ -62,6 +62,13 @@ class MockPeerConnectionImpl : public webrtc::PeerConnectionInterface {
return PeerConnectionInterface::kIceGatheringNew;
}
+ bool StartRtcEventLog(rtc::PlatformFile file,
+ int64_t max_size_bytes) override {
+ NOTIMPLEMENTED();
+ return false;
+ }
+ void StopRtcEventLog() override { NOTIMPLEMENTED(); }
+
MOCK_METHOD0(Close, void());
const webrtc::SessionDescriptionInterface* local_description() const override;
« no previous file with comments | « content/renderer/media/media_stream_audio_processor_unittest.cc ('k') | content/renderer/media/peer_connection_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698