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

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

Issue 2283543002: Add support for dispatch contexts on BindingSet (Closed)
Patch Set: . Created 4 years, 4 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/binding_state.h
diff --git a/mojo/public/cpp/bindings/lib/binding_state.h b/mojo/public/cpp/bindings/lib/binding_state.h
index efc7a711675fefbbc1108a481a96d01cacbbb280..4fc35803163467f2306275e89c41e1c70df095d2 100644
--- a/mojo/public/cpp/bindings/lib/binding_state.h
+++ b/mojo/public/cpp/bindings/lib/binding_state.h
@@ -131,6 +131,8 @@ class MultiplexedBindingState {
MultiplexedBindingState();
~MultiplexedBindingState();
+ void AddFilter(std::unique_ptr<MessageReceiver> filter);
+
bool HasAssociatedInterfaces() const;
void PauseIncomingMethodCallProcessing();

Powered by Google App Engine
This is Rietveld 408576698