| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index e0f9d019f97b9eab6a1c4573012daf738ce07025..90665ba92868449c32958f50b8825a9d3dc806d1 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -293,13 +293,6 @@ void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) {
|
| }
|
|
|
| #if defined(ENABLE_WEBRTC)
|
| -void MockRenderProcessHost::EnableAudioDebugRecordings(
|
| - const base::FilePath& file) {
|
| -}
|
| -
|
| -void MockRenderProcessHost::DisableAudioDebugRecordings() {
|
| -}
|
| -
|
| void MockRenderProcessHost::SetWebRtcLogMessageCallback(
|
| base::Callback<void(const std::string&)> callback) {
|
| }
|
|
|