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

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

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 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/interface_ptr_state.h
diff --git a/mojo/public/cpp/bindings/lib/interface_ptr_state.h b/mojo/public/cpp/bindings/lib/interface_ptr_state.h
index 8f5b4ffab3868bb215b989488f7ae1a6ebf58ce1..d1cd3e6e02d46fe1742db8546b9ad8a4b81f90f1 100644
--- a/mojo/public/cpp/bindings/lib/interface_ptr_state.h
+++ b/mojo/public/cpp/bindings/lib/interface_ptr_state.h
@@ -150,6 +150,11 @@ class InterfacePtrState {
return endpoint_client_->associated_group();
}
+ void EnableNestedDispatch(bool enabled) {
+ ConfigureProxyIfNecessary();
+ router_->EnableNestedDispatch(enabled);
+ }
+
void EnableTestingMode() {
ConfigureProxyIfNecessary();
router_->EnableTestingMode();

Powered by Google App Engine
This is Rietveld 408576698