| Index: ipc/ipc_mojo_handle_attachment.h
|
| diff --git a/ipc/ipc_mojo_handle_attachment.h b/ipc/ipc_mojo_handle_attachment.h
|
| index d6152769efd59e8d7300515684c4546f9f6022f7..6aa1888c02d49c2490d3ab835afea47d3d171cd7 100644
|
| --- a/ipc/ipc_mojo_handle_attachment.h
|
| +++ b/ipc/ipc_mojo_handle_attachment.h
|
| @@ -26,6 +26,11 @@
|
|
|
| Type GetType() const override;
|
|
|
| +#if defined(OS_POSIX)
|
| + // Should not be called.
|
| + base::PlatformFile TakePlatformFile() override;
|
| +#endif // OS_POSIX
|
| +
|
| // Returns the owning handle transferring the ownership.
|
| mojo::ScopedHandle TakeHandle();
|
|
|
|
|