Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2973643002: Cache the override for WebRTC's AEC3 in RenderProcessHostImpl (Closed)
Patch Set: Add a TODO Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698