Index: mojo/public/cpp/application/lib/service_registry.cc |
diff --git a/mojo/public/cpp/application/lib/service_registry.cc b/mojo/public/cpp/application/lib/service_registry.cc |
index dea138dfcffb2e69453db677c70237af93ca832d..bbf685e2709f5099794e516ac70c2bc4d1adf172 100644 |
--- a/mojo/public/cpp/application/lib/service_registry.cc |
+++ b/mojo/public/cpp/application/lib/service_registry.cc |
@@ -56,10 +56,6 @@ const std::string& ServiceRegistry::GetRemoteApplicationURL() { |
return remote_url_; |
} |
-ServiceProvider* ServiceRegistry::GetServiceProvider() { |
- return remote_service_provider_.get(); |
-} |
- |
void ServiceRegistry::ConnectToService(const mojo::String& service_name, |
ScopedMessagePipeHandle client_handle) { |
service_connector_registry_.ConnectToService(this, service_name, |