| Index: ipc/ipc_mojo_handle_attachment.h
|
| diff --git a/ipc/ipc_mojo_handle_attachment.h b/ipc/ipc_mojo_handle_attachment.h
|
| index 6aa1888c02d49c2490d3ab835afea47d3d171cd7..d6152769efd59e8d7300515684c4546f9f6022f7 100644
|
| --- a/ipc/ipc_mojo_handle_attachment.h
|
| +++ b/ipc/ipc_mojo_handle_attachment.h
|
| @@ -26,11 +26,6 @@ class IPC_EXPORT MojoHandleAttachment : public MessageAttachment {
|
|
|
| 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();
|
|
|
|
|