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

Unified Diff: ipc/ipc_message.h

Issue 1206093002: Update ChannelReader to use AttachmentBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachment_broker3_listener
Patch Set: Add an optimization to immediately dispatch messages after translation. Created 5 years, 5 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 74bd74157bedb06f82e4f7150333727eea775238..878784718dd5c969ce0cebfb3f69bac6b4a18d06 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -19,6 +19,10 @@
namespace IPC {
+namespace internal {
+class ChannelReader;
+} // namespace internal
+
//------------------------------------------------------------------------------
struct LogData;
@@ -217,6 +221,7 @@ class IPC_EXPORT Message : public base::Pickle {
friend class ChannelNacl;
friend class ChannelPosix;
friend class ChannelWin;
+ friend class internal::ChannelReader;
friend class MessageReplyDeserializer;
friend class SyncMessage;
« ipc/ipc_channel_reader.cc ('K') | « ipc/ipc_channel_win.cc ('k') | ipc/ipc_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698