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

Unified Diff: mojo/public/cpp/application/application_connection.h

Issue 1966003002: Remove ApplicationConnection::GetServiceProvider(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | mojo/public/cpp/application/lib/service_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | mojo/public/cpp/application/lib/service_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698