Index: content/public/test/mock_render_process_host.h |
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h |
index 4b99782bd5d5bc4ec3f101b00f2b269afe9b76a1..661e6298f8769ae6e98da34f6a68e6d766353b3f 100644 |
--- a/content/public/test/mock_render_process_host.h |
+++ b/content/public/test/mock_render_process_host.h |
@@ -77,6 +77,10 @@ class MockRenderProcessHost : public RenderProcessHost { |
virtual void DisableAecDump() OVERRIDE; |
virtual void SetWebRtcLogMessageCallback( |
base::Callback<void(const std::string&)> callback) OVERRIDE; |
+ virtual WebRtcStopRtpDumpCallback StartRtpDump( |
+ bool incoming, |
+ bool outgoing, |
+ const WebRtcRtpPacketCallback& packet_callback) OVERRIDE; |
#endif |
virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id) |
OVERRIDE; |