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

Unified Diff: services/shell/public/cpp/connection.h

Issue 2209943002: Eliminate outgoing InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracing
Patch Set: . Created 4 years, 4 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 | « services/shell/connect_params.h ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/connection.h
diff --git a/services/shell/public/cpp/connection.h b/services/shell/public/cpp/connection.h
index fdcb60b3ef1537bba489ccab7054af0bee2cb992..54aef95cd5326fdc19de71f6acdec99252e6f904 100644
--- a/services/shell/public/cpp/connection.h
+++ b/services/shell/public/cpp/connection.h
@@ -144,9 +144,6 @@ class Connection {
// remote application.
virtual bool AllowsInterface(const std::string& interface_name) const = 0;
- // Returns a raw pointer to the InterfaceProvider at the remote end.
- virtual mojom::InterfaceProvider* GetRemoteInterfaceProvider() = 0;
-
// Returns the InterfaceRegistry that implements the mojom::InterfaceProvider
// exposed to the remote application.
virtual InterfaceRegistry* GetInterfaceRegistry() = 0;
« no previous file with comments | « services/shell/connect_params.h ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698