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

Unified Diff: ipc/mojo/ipc_channel_mojo.h

Issue 866223005: IPC: Add MojoHandleAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows buld error Created 5 years, 11 months 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
Index: ipc/mojo/ipc_channel_mojo.h
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h
index 50625773637c88cbea15f887c4cb08d5df7cc067..71d1d10c8e63afeb21fc20f59c46e7dfd69d862a 100644
--- a/ipc/mojo/ipc_channel_mojo.h
+++ b/ipc/mojo/ipc_channel_mojo.h
@@ -92,6 +92,7 @@ class IPC_MOJO_EXPORT ChannelMojo
#if defined(OS_POSIX) && !defined(OS_NACL)
int GetClientFileDescriptor() const override;
base::ScopedFD TakeClientFileDescriptor() override;
+#endif // defined(OS_POSIX) && !defined(OS_NACL)
// These access protected API of IPC::Message, which has ChannelMojo
// as a friend class.
@@ -102,8 +103,6 @@ class IPC_MOJO_EXPORT ChannelMojo
Message* message,
std::vector<MojoHandle>* handles);
-#endif // defined(OS_POSIX) && !defined(OS_NACL)
-
// MojoBootstrapDelegate implementation
void OnBootstrapError() override;

Powered by Google App Engine
This is Rietveld 408576698