| 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 96e664d759ddfc18147963e11f0da001cd67b3e8..ab80bac4bdcfaaf650c0893aec9d9db48239e517 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -650,6 +650,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
|
|
| // Must be accessed on UI thread.
|
| std::vector<int> aec_dump_consumers_;
|
| + base::Optional<bool> override_aec3_;
|
|
|
| WebRtcStopRtpDumpCallback stop_rtp_dump_callback_;
|
|
|
|
|