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

Unified Diff: mojo/public/cpp/bindings/lib/multiplex_router.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/multiplex_router.h
diff --git a/mojo/public/cpp/bindings/lib/multiplex_router.h b/mojo/public/cpp/bindings/lib/multiplex_router.h
index d2ce406bf96cc75bf57cce54e69a7b28d3ba1282..b056b7c2f8d2264388a790e9ed934a5304b4c00e 100644
--- a/mojo/public/cpp/bindings/lib/multiplex_router.h
+++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
@@ -145,6 +145,9 @@ class MultiplexRouter
return connector_.handle();
}
+ // See Binding for comments.
+ void SetAllowSyncDispatch(bool allowed);
+
private:
friend class base::RefCountedDeleteOnMessageLoop<MultiplexRouter>;
friend class base::DeleteHelper<MultiplexRouter>;

Powered by Google App Engine
This is Rietveld 408576698