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

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

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 years, 10 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.cc
diff --git a/mojo/public/cpp/bindings/lib/binding_state.cc b/mojo/public/cpp/bindings/lib/binding_state.cc
index b34cb47e289c754f229879ca5f8016b5bcedfd32..85392cd32c63037c38726ea282b2f4be83ae4829 100644
--- a/mojo/public/cpp/bindings/lib/binding_state.cc
+++ b/mojo/public/cpp/bindings/lib/binding_state.cc
@@ -51,6 +51,10 @@ void BindingStateBase::CloseWithReason(uint32_t custom_reason,
Close();
}
+void BindingStateBase::EnableNestedDispatch(bool enabled) {
+ router_->EnableNestedDispatch(enabled);
+}
+
void BindingStateBase::FlushForTesting() {
endpoint_client_->FlushForTesting();
}

Powered by Google App Engine
This is Rietveld 408576698