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

Unified Diff: content/child/child_thread_impl.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/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index d2f57d56b497bd6eac0bc8b0f72ef5df7e04616d..af17dac6f05637b15ddb30d9253dce1d03d19c69 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -92,7 +92,6 @@ class CONTENT_EXPORT ChildThreadImpl
void RecordAction(const base::UserMetricsAction& action) override;
void RecordComputedAction(const std::string& action) override;
ServiceManagerConnection* GetServiceManagerConnection() override;
- service_manager::InterfaceRegistry* GetInterfaceRegistry() override;
service_manager::Connector* GetConnector() override;
// Returns the service_manager::ServiceInfo for the child process & the
@@ -246,7 +245,6 @@ class CONTENT_EXPORT ChildThreadImpl
const service_manager::ServiceInfo& remote_info);
std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
- std::unique_ptr<service_manager::InterfaceRegistry> interface_registry_;
std::unique_ptr<ServiceManagerConnection> service_manager_connection_;
bool connected_to_browser_ = false;
« no previous file with comments | « no previous file | content/child/child_thread_impl.cc » ('j') | content/common/service_manager/service_manager_connection_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698