| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 83b9694291a9ade9b787d552be5b7290d6060e05..c0fdb60863eb00dea7c7bd736ca7a2dbe5eb967f 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1427,6 +1427,11 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_NetworkMonitor_NetworkList,
|
| ppapi::proxy::SerializedNetworkList /* network_list */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_NetworkMonitor_Forbidden)
|
|
|
| +// MediaStream -----------------------------------------------------------------
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost,
|
| + std::string /* id */)
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_MediaStreamVideoTrack_StartCapture)
|
| +
|
| // NetworkProxy ----------------------------------------------------------------
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkProxy_Create)
|
|
|
|
|