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

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

Issue 2185723002: Eliminate deferred destruction of AssociatedGroupController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 ccfd1c73dcb403e36ec3b72a481cd5d2100f27d5..59784ea15c3cc5db989a511d1fd3f0b4cc217c21 100644
--- a/mojo/public/cpp/bindings/lib/multiplex_router.h
+++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
@@ -201,6 +201,8 @@ class MultiplexRouter
// comments of kInterfaceIdNamespaceMask.
const bool set_interface_id_namespace_bit_;
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
+
MessageHeaderValidator header_validator_;
Connector connector_;

Powered by Google App Engine
This is Rietveld 408576698