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

Unified Diff: ipc/ipc_channel_nacl.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_channel_nacl.h
diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h
index 82ef6edc9d1601f8da5b1a1948573dbafe33912d..6339fc4dc508caf1e9a720276a68d2c70cd17892 100644
--- a/ipc/ipc_channel_nacl.h
+++ b/ipc/ipc_channel_nacl.h
@@ -65,7 +65,8 @@ class ChannelNacl : public Channel,
ReadState ReadData(char* buffer,
int buffer_len,
int* bytes_read) override;
- bool WillDispatchInputMessage(Message* msg) override;
+ bool ShouldDispatchInputMessage(Message* msg) override;
+ bool GetNonBrokeredAttachments(Message* msg) override;
bool DidEmptyInputBuffers() override;
void HandleInternalMessage(const Message& msg) override;
« no previous file with comments | « ipc/ipc.gypi ('k') | ipc/ipc_channel_nacl.cc » ('j') | ipc/ipc_channel_reader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698