Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index e36e8146fe73d8b05118937ab2f0be41ef182bdd..7ef0f6a5fb3665983f7c30331685001abcbcace5 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -157,6 +157,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void DisableAudioDebugRecordings() override; |
bool StartWebRTCEventLog(const base::FilePath& file_path) override; |
bool StopWebRTCEventLog() override; |
+ void SetEchoCanceller3(bool enable) override; |
void SetWebRtcLogMessageCallback( |
base::Callback<void(const std::string&)> callback) override; |
void ClearWebRtcLogMessageCallback() override; |