Chromium Code Reviews| Index: content/common/media/peer_connection_tracker_messages.h |
| diff --git a/content/common/media/peer_connection_tracker_messages.h b/content/common/media/peer_connection_tracker_messages.h |
| index cd774bea3fc2f93d7e000b144424fcb2c72af1d1..a3580a0e0be467986a5ee9f11a2f7556ec7511b1 100644 |
| --- a/content/common/media/peer_connection_tracker_messages.h |
| +++ b/content/common/media/peer_connection_tracker_messages.h |
| @@ -5,6 +5,7 @@ |
| #include "base/values.h" |
| #include "content/common/content_export.h" |
| #include "ipc/ipc_message_macros.h" |
| +#include "ipc/ipc_platform_file.h" |
| #undef IPC_MESSAGE_EXPORT |
| #define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
| @@ -41,3 +42,7 @@ IPC_MESSAGE_CONTROL5(PeerConnectionTrackerHost_GetUserMedia, |
| // Messages sent to PeerConnectionTracker. |
| IPC_MESSAGE_CONTROL0(PeerConnectionTracker_GetAllStats) |
| IPC_MESSAGE_CONTROL0(PeerConnectionTracker_OnSuspend) |
| +IPC_MESSAGE_CONTROL2(PeerConnectionTracker_StartEventLog, |
| + int /* peer_connection_local_id */, |
| + IPC::PlatformFileForTransit /* file */) |
| +IPC_MESSAGE_CONTROL1(PeerConnectionTracker_StopEventLog, int /* lid */) |
|
Henrik Grunell
2016/06/01 08:31:11
What's lid? Spell out would be good.
Ivo-OOO until feb 6
2016/06/02 14:43:39
Good point, I updated the Start message but forgot
|