| 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..6b5166a58cf23d04240a66f2a54db75d8db18c55 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 void SetWebRtcRtpPacketCallback(
|
| + const WebRtcRtpPacketCallback& callback) OVERRIDE;
|
| + virtual void StartRtpDump(bool incoming, bool outgoing) OVERRIDE;
|
| + virtual void StopRtpDump(bool incoming, bool outgoing) OVERRIDE;
|
| #endif
|
| virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id)
|
| OVERRIDE;
|
|
|