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

Unified Diff: ipc/mojo/ipc_channel_mojo.h

Issue 583473002: IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_channel_mojo.h
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h
index 22c56a9e6894643e51f6f3838131dc6da513c8ce..0916f75fc8e4bc6eeb2ea76aa289bc35825eb9ac 100644
--- a/ipc/mojo/ipc_channel_mojo.h
+++ b/ipc/mojo/ipc_channel_mojo.h
@@ -87,7 +87,7 @@ class IPC_MOJO_EXPORT ChannelMojo : public Channel {
static MojoResult WriteToFileDescriptorSet(
const std::vector<MojoHandle>& handle_buffer,
Message* message);
- static MojoResult ReadFromFileDescriptorSet(const Message& message,
+ static MojoResult ReadFromFileDescriptorSet(Message* message,
std::vector<MojoHandle>* handles);
#endif // defined(OS_POSIX) && !defined(OS_NACL)
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698