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

Unified Diff: content/common/associated_interface_provider_impl.cc

Issue 2695333002: Mojo C++ bindings: remove usage of AssociatedGroup from content/ (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: content/common/associated_interface_provider_impl.cc
diff --git a/content/common/associated_interface_provider_impl.cc b/content/common/associated_interface_provider_impl.cc
index 43421078dd4cd99f17167bb0f9d3fbabd77ad57b..7284e43549e154a8820e28aad924b087f1b5866f 100644
--- a/content/common/associated_interface_provider_impl.cc
+++ b/content/common/associated_interface_provider_impl.cc
@@ -62,10 +62,6 @@ void AssociatedInterfaceProviderImpl::GetInterface(
return proxy_->GetAssociatedInterface(name, std::move(request));
}
-mojo::AssociatedGroup* AssociatedInterfaceProviderImpl::GetAssociatedGroup() {
- return proxy_.associated_group();
-}
-
void AssociatedInterfaceProviderImpl::OverrideBinderForTesting(
const std::string& name,
const base::Callback<void(mojo::ScopedInterfaceEndpointHandle)>& binder) {
« no previous file with comments | « content/common/associated_interface_provider_impl.h ('k') | content/public/common/associated_interface_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698