| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 968fe57bf3635f4fd9c2de9dbfcf432186eb6841..fd2c4528d491bb6cedec338f89cb8c3d5d4eb9bb 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -2529,4 +2529,7 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError,
|
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
|
| uint32_t /* buffer */)
|
|
|
| +// Sent by the PPAPI process to indicate that a field trial has been activated.
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_FieldTrialActivated, std::string /* name */)
|
| +
|
| #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
|
|
|