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

Unified Diff: content/common/associated_interface_registry_impl.h

Issue 2653973002: Remove associated interface registration from ChannelProxy (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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/associated_interface_registry_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/associated_interface_registry_impl.h
diff --git a/content/common/associated_interface_registry_impl.h b/content/common/associated_interface_registry_impl.h
index 1f624a2f8efe9ec83f4b4f3b2b25679bfe5e48fb..4f7431c049789a7e88c21ba275041425a1723b06 100644
--- a/content/common/associated_interface_registry_impl.h
+++ b/content/common/associated_interface_registry_impl.h
@@ -19,6 +19,7 @@ class AssociatedInterfaceRegistryImpl : public AssociatedInterfaceRegistry {
AssociatedInterfaceRegistryImpl();
~AssociatedInterfaceRegistryImpl() override;
+ bool CanBindRequest(const std::string& interface_name) const;
void BindRequest(const std::string& interface_name,
mojo::ScopedInterfaceEndpointHandle handle);
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/associated_interface_registry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698