| 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 d76fa66da7bc11495898bd998ed1af68d62199c3..d3c97393a679a965844adc604d4a018b80639cb4 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -78,6 +78,8 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| #if defined(ENABLE_WEBRTC)
|
| virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
|
| virtual void DisableAecDump() OVERRIDE;
|
| + virtual void SetWebRtcLogMessageCallback(
|
| + base::Callback<void(const std::string&)> callback) OVERRIDE;
|
| #endif
|
|
|
| // IPC::Sender via RenderProcessHost.
|
|
|