| 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..e8d3d9ddf0419c1066448ee58ba2b43701d88774 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -77,6 +77,9 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual void DisableAecDump() OVERRIDE;
|
| virtual void SetWebRtcLogMessageCallback(
|
| base::Callback<void(const std::string&)> callback) OVERRIDE;
|
| + virtual WebRtcStopRtpDumpCallback StartRtpDump(
|
| + RtpDumpType type,
|
| + const WebRtcRtpPacketCallback& packet_callback) OVERRIDE;
|
| #endif
|
| virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id)
|
| OVERRIDE;
|
|
|