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

Unified Diff: content/child/child_thread_impl.h

Issue 2755813002: Begin to wean child processes off reliance on a persistent service_manager::Connection to the brows… (Closed)
Patch Set: . Created 3 years, 9 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 | « chromecast/renderer/cast_content_renderer_client.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 5717014dd0e7ac76ae670535d16c93490a955ab8..a52add3432d8139b8e413d37d93d192890e85e36 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -97,7 +97,7 @@ class CONTENT_EXPORT ChildThreadImpl
void RecordComputedAction(const std::string& action) override;
ServiceManagerConnection* GetServiceManagerConnection() override;
service_manager::InterfaceRegistry* GetInterfaceRegistry() override;
- service_manager::InterfaceProvider* GetRemoteInterfaces() override;
+ service_manager::Connector* GetConnector() override;
// Returns the service_manager::ServiceInfo for the child process & the
// browser process, once available.
@@ -251,7 +251,6 @@ class CONTENT_EXPORT ChildThreadImpl
std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
std::unique_ptr<service_manager::InterfaceRegistry> interface_registry_;
- std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces_;
std::unique_ptr<ServiceManagerConnection> service_manager_connection_;
std::unique_ptr<service_manager::Connection> browser_connection_;
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698