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..056fcce21ff9004b1364cf9ca30ea39fd3a2d93d 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 /* lid */, |
|
dcheng
2016/05/26 22:05:15
Nit: s/lid/<something more descriptive> (for insta
Ivo-OOO until feb 6
2016/05/30 15:04:15
Good point. I will use peer_connection_local_id he
|
| + IPC::PlatformFileForTransit /* file */) |
| +IPC_MESSAGE_CONTROL1(PeerConnectionTracker_StopEventLog, int /* lid */) |