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

Unified Diff: content/public/common/service_manager_connection.h

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (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
« no previous file with comments | « content/public/common/connection_filter.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/service_manager_connection.h
diff --git a/content/public/common/service_manager_connection.h b/content/public/common/service_manager_connection.h
index ec82e3b726bc861400130008aceb833d17d803a0..5e5378cd73b86438417db7a9d7b25f71b80ceaf1 100644
--- a/content/public/common/service_manager_connection.h
+++ b/content/public/common/service_manager_connection.h
@@ -82,11 +82,10 @@ class CONTENT_EXPORT ServiceManagerConnection {
// implementation. Use this to initiate connections as this object's Identity.
virtual service_manager::Connector* GetConnector() = 0;
- // Returns this connection's identity with the Service Manager. Connections
- // initiated via the service_manager::Connector returned by GetConnector()
- // will use
- // this.
- virtual const service_manager::Identity& GetIdentity() const = 0;
+ // Returns the service_manager::ServiceInfo for the current service and the
+ // browser service (if this is not the browser service).
+ virtual const service_manager::ServiceInfo& GetLocalInfo() const = 0;
+ virtual const service_manager::ServiceInfo& GetBrowserInfo() const = 0;
// Sets a closure that is called when the connection is lost. Note that
// connection may already have been closed, in which case |closure| will be
« no previous file with comments | « content/public/common/connection_filter.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698