Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index b5e04de4a03d4edac23120e44a108e553f0d8856..3ccc3dfa9e285fc3a9db5010e4cb162a20e28fcd 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1443,6 +1443,14 @@ IPC_SYNC_MESSAGE_CONTROL2_2(PpapiHostMsg_ResourceSyncCall, |
//----------------------------------------------------------------------------- |
// Messages for resources using call/reply above. |
+// Broker ---------------------------------------------------------------------- |
+IPC_MESSAGE_CONTROL0(PpapiHostMsg_Broker_Create) |
+ |
+// Queries whether the plugin has permission to connect to the Pepper broker. |
+// The response is contained in the error value of the |
+// ResourceMessageReplyParams in the reply message. |
+IPC_MESSAGE_CONTROL0(PpapiHostMsg_Broker_IsAllowed) |
+ |
// File chooser. |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create) |
IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, |