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

Unified Diff: content/common/service_manager/service_manager_connection_impl.h

Issue 2836813006: Revert of Eliminate ChildThread InterfaceRegistry. (Closed)
Patch Set: Created 3 years, 8 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/common/BUILD.gn ('k') | content/common/service_manager/service_manager_connection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_manager/service_manager_connection_impl.h
diff --git a/content/common/service_manager/service_manager_connection_impl.h b/content/common/service_manager/service_manager_connection_impl.h
index 6ef897e1628d16bb128916d9f142f3f318946204..c950283b81b77c23ef07c000643e64b63f6ec910 100644
--- a/content/common/service_manager/service_manager_connection_impl.h
+++ b/content/common/service_manager/service_manager_connection_impl.h
@@ -40,6 +40,9 @@
const service_manager::ServiceInfo& GetLocalInfo() const override;
const service_manager::ServiceInfo& GetBrowserInfo() const override;
void SetConnectionLostClosure(const base::Closure& closure) override;
+ void SetupInterfaceRequestProxies(
+ service_manager::InterfaceRegistry* registry,
+ service_manager::InterfaceProvider* provider) override;
int AddConnectionFilter(std::unique_ptr<ConnectionFilter> filter) override;
void RemoveConnectionFilter(int filter_id) override;
void AddEmbeddedService(const std::string& name,
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/service_manager/service_manager_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698