| Index: ppapi/proxy/resource_message_params.h
|
| diff --git a/ppapi/proxy/resource_message_params.h b/ppapi/proxy/resource_message_params.h
|
| index bc522343e5e9d4b0dcb3d6bcbda001abc02bf3a7..6c7fef69a23181d8d7d73543c5dd305f90f02699 100644
|
| --- a/ppapi/proxy/resource_message_params.h
|
| +++ b/ppapi/proxy/resource_message_params.h
|
| @@ -45,6 +45,8 @@ class PPAPI_PROXY_EXPORT ResourceMessageParams {
|
| base::SharedMemoryHandle* handle) const;
|
| bool GetSocketHandleAtIndex(size_t index,
|
| IPC::PlatformFileForTransit* handle) const;
|
| + void GetAllSharedMemoryHandles(
|
| + std::vector<base::SharedMemoryHandle>* handles) const;
|
|
|
| // Appends the given handle to the list of handles sent with the call or
|
| // reply.
|
|
|