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

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

Issue 2660733002: Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. (Closed)
Patch Set: . Created 3 years, 11 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 76f195d91f51414dcceb5824c4bc47a0c80abd76..e69360561b2824201e2def5fb4ffb1a6d0ebac7f 100644
--- a/mojo/public/cpp/bindings/lib/interface_ptr_state.h
+++ b/mojo/public/cpp/bindings/lib/interface_ptr_state.h
@@ -198,8 +198,6 @@ class InterfacePtrState {
// will not be used.
0u));
proxy_.reset(new Proxy(endpoint_client_.get()));
- if (Interface::PassesAssociatedKinds_)
- proxy_->set_group_controller(endpoint_client_->group_controller());
}
void OnQueryVersion(const base::Callback<void(uint32_t)>& callback,
« no previous file with comments | « mojo/public/cpp/bindings/lib/handle_interface_serialization.h ('k') | mojo/public/cpp/bindings/lib/message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698