Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index f30a6946df2dfa2abe38e2d7d3af5da22993adb8..c759c43d15f59449ebea5810f28045b725140eb2 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) |