Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index d710235d58a40c77cd2ca9a6da87d7020c1a6000..21ff4462f1639ae31e5778c611de9f2860b6a1ac 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -245,6 +245,10 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
// process. If no recording was in progress, this call will return false. |
virtual bool StopWebRTCEventLog() = 0; |
+ // Enables or disables WebRTC's echo canceller AEC3. Disabled implies |
Henrik Grunell
2017/04/10 08:13:28
This will be removed at some later point when full
hlundin-chromium
2017/04/10 10:10:16
Done.
|
+ // selecting the older AEC2. |
+ virtual void SetEchoCanceller3(bool enable) = 0; |
+ |
// When set, |callback| receives log messages regarding, for example, media |
// devices (webcams, mics, etc) that were initially requested in the render |
// process associated with this RenderProcessHost. |