Index: mojo/public/cpp/application/application_connection.h |
diff --git a/mojo/public/cpp/application/application_connection.h b/mojo/public/cpp/application/application_connection.h |
index 9e6d39cf00ed2b4f0bd8cf0cfc6baa3a0b86de0f..3507974d0832f657e4a11885458efb7fe7b9fded 100644 |
--- a/mojo/public/cpp/application/application_connection.h |
+++ b/mojo/public/cpp/application/application_connection.h |
@@ -62,11 +62,6 @@ class ApplicationConnection { |
// Returns the URL identifying the remote application on this connection. |
virtual const std::string& GetRemoteApplicationURL() = 0; |
- // Returns the raw proxy to the remote application's ServiceProvider |
- // interface. Most applications will just use ConnectToService() instead. |
- // Caller does not take ownership. |
- virtual ServiceProvider* GetServiceProvider() = 0; |
- |
private: |
virtual void SetServiceConnectorForName(ServiceConnector* service_connector, |
const std::string& name) = 0; |