Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1825)

Unified Diff: ipc/ipc_mojo_handle_attachment.h

Issue 2494943002: Remove IPC::BrokerableAttachment. (Closed)
Patch Set: extra test output Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | ipc/ipc_mojo_handle_attachment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | ipc/ipc_mojo_handle_attachment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698