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

Unified Diff: ipc/ipc_message.h

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/ipc_message.h
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index fc37d72f284f852515a78153cf881c16501ee8b3..198e6c0a9e59eeb4274cdae838577b909e3ab797 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -222,6 +222,7 @@ class IPC_EXPORT Message : public Pickle {
protected:
friend class Channel;
+ friend class ChannelMojo;
friend class ChannelNacl;
friend class ChannelPosix;
friend class ChannelWin;
« ipc/ipc_channel.h ('K') | « ipc/ipc_export.h ('k') | ipc/ipc_sync_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698