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

Unified Diff: content/public/child/child_thread.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
Index: content/public/child/child_thread.h
diff --git a/content/public/child/child_thread.h b/content/public/child/child_thread.h
index 575ee80807c953602613f52a0142e718880f41f0..9287ee8ac76df71640bf28fc954f72059dd05a65 100644
--- a/content/public/child/child_thread.h
+++ b/content/public/child/child_thread.h
@@ -22,6 +22,7 @@
namespace service_manager {
class Connector;
+class InterfaceRegistry;
}
namespace content {
@@ -70,6 +71,10 @@
// service_manager::Connector can be obtained).
virtual ServiceManagerConnection* GetServiceManagerConnection() = 0;
+ // Returns the InterfaceRegistry that this process uses to expose interfaces
+ // to the browser.
+ virtual service_manager::InterfaceRegistry* GetInterfaceRegistry() = 0;
+
// Returns a connector that can be used to bind interfaces exposed by other
// services.
virtual service_manager::Connector* GetConnector() = 0;
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/public/common/service_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698