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

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

Issue 1811433002: [mojo-edk] Expose notification source to MojoWatch callbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 e00936c111644ee98674f741ebe58e58e09b5181..a1bf3c16a96b47d6e1c87225b56fc792d6dbdd00 100644
--- a/mojo/public/cpp/bindings/lib/connector.h
+++ b/mojo/public/cpp/bindings/lib/connector.h
@@ -111,6 +111,9 @@ class Connector : public MessageReceiver {
void PauseIncomingMethodCallProcessing();
void ResumeIncomingMethodCallProcessing();
+ // See Binding for comments.
+ void SetAllowSyncDispatch(bool allowed);
+
// MessageReceiver implementation:
bool Accept(Message* message) override;

Powered by Google App Engine
This is Rietveld 408576698