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

Unified Diff: content/public/child/child_thread.h

Issue 2820883002: 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 9287ee8ac76df71640bf28fc954f72059dd05a65..575ee80807c953602613f52a0142e718880f41f0 100644
--- a/content/public/child/child_thread.h
+++ b/content/public/child/child_thread.h
@@ -22,7 +22,6 @@ struct UserMetricsAction;
namespace service_manager {
class Connector;
-class InterfaceRegistry;
}
namespace content {
@@ -71,10 +70,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Sender {
// 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;

Powered by Google App Engine
This is Rietveld 408576698