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