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

Unified Diff: content/common/media/aec_dump_messages.h

Issue 2801853005: Create a private API for controlling WebRTC's AEC3 (Closed)
Patch Set: Remember the override in RPHI Created 3 years, 8 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
Index: content/common/media/aec_dump_messages.h
diff --git a/content/common/media/aec_dump_messages.h b/content/common/media/aec_dump_messages.h
index 0f98f27233403eba6daaa1d09193303f4a372285..c8ce94f6f2f531351eb6aafe1c49aa02c4fd7120 100644
--- a/content/common/media/aec_dump_messages.h
+++ b/content/common/media/aec_dump_messages.h
@@ -34,3 +34,8 @@ IPC_MESSAGE_CONTROL1(AecDumpMsg_RegisterAecDumpConsumer,
// Unregisters a consumer with the browser.
IPC_MESSAGE_CONTROL1(AecDumpMsg_UnregisterAecDumpConsumer,
int /* id */)
+
+// TODO(hlundin) Rename file to reflect expanded use; http://crbug.com/709919.
Henrik Grunell 2017/04/10 12:33:47 Same super-nit.
hlundin-chromium 2017/04/10 13:03:17 Done. This one still fits in one line.
+IPC_MESSAGE_CONTROL2(AudioProcessingMsg_EnableAec3,
+ int /* id */,
+ bool /* enable */)

Powered by Google App Engine
This is Rietveld 408576698