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

Unified Diff: mojo/public/bindings/lib/connector.h

Issue 65043004: Add better handle tracking, and optimize Connector::Accept. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: mojo/public/bindings/lib/connector.h
diff --git a/mojo/public/bindings/lib/connector.h b/mojo/public/bindings/lib/connector.h
index ec01cdeeacd1f202fe1dd2d3458d2c231178abf5..808ab54bb474199ebc684ed28428fb5acc407bcd 100644
--- a/mojo/public/bindings/lib/connector.h
+++ b/mojo/public/bindings/lib/connector.h
@@ -59,6 +59,7 @@ class Connector : public MessageReceiver {
void WaitToWriteMore();
void ReadMore();
void WriteMore();
+ void WriteOne(Message* message, bool* wait_to_write);
Handle message_pipe_;
MessageReceiver* incoming_receiver_;

Powered by Google App Engine
This is Rietveld 408576698