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

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

Issue 409943003: Makes HandleWatcher block until no longer waiting on pipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more java fixes Created 6 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: mojo/public/cpp/bindings/lib/connector.h
diff --git a/mojo/public/cpp/bindings/lib/connector.h b/mojo/public/cpp/bindings/lib/connector.h
index dc0a6465724595abcbdbee674d607c8ee2803fbb..e92a4e72efafb65cfecaa54b94c801e83b10d65d 100644
--- a/mojo/public/cpp/bindings/lib/connector.h
+++ b/mojo/public/cpp/bindings/lib/connector.h
@@ -85,6 +85,9 @@ class Connector : public MessageReceiver {
void NotifyError();
+ // Cancels any calls made to |waiter_|.
+ void CancelWait();
+
ErrorHandler* error_handler_;
const MojoAsyncWaiter* waiter_;

Powered by Google App Engine
This is Rietveld 408576698