Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 78f9edab6f79c1422c7516682c56bd159242ea95..25b2876eff2dc3fb15ba3179e366dc1d93c07d24 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1139,6 +1139,9 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBTesting_GetLiveObjectsForInstance, |
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTesting_SimulateInputEvent, |
PP_Instance /* instance */, |
ppapi::InputEventData /* input_event */) |
+IPC_SYNC_MESSAGE_ROUTED1_0( |
+ PpapiHostMsg_PPBTesting_SetMinimumArrayBufferSizeForShmem, |
+ uint32_t /* threshold */) |
#if !defined(OS_NACL) && !defined(NACL_WIN64) |