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

Unified Diff: services/shell/public/cpp/connector.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/public/cpp/connection.h ('k') | services/shell/public/cpp/interface_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/connector.h
diff --git a/services/shell/public/cpp/connector.h b/services/shell/public/cpp/connector.h
index dfc440b55f7c7ac50e0a965a5fae260ff002aeba..30e4aa6b39c3e292f564751e1aae8d0e822c0468 100644
--- a/services/shell/public/cpp/connector.h
+++ b/services/shell/public/cpp/connector.h
@@ -53,10 +53,6 @@ class Connector {
*service = std::move(service_);
*pid_receiver_request = std::move(pid_receiver_request_);
}
- InterfaceRegistry* exposed_interfaces() { return exposed_interfaces_; }
- void set_exposed_interfaces(InterfaceRegistry* exposed_interfaces) {
- exposed_interfaces_ = exposed_interfaces;
- }
InterfaceProvider* remote_interfaces() { return remote_interfaces_; }
void set_remote_interfaces(InterfaceProvider* remote_interfaces) {
remote_interfaces_ = remote_interfaces;
@@ -66,7 +62,6 @@ class Connector {
Identity target_;
mojom::ServicePtr service_;
mojom::PIDReceiverRequest pid_receiver_request_;
- InterfaceRegistry* exposed_interfaces_ = nullptr;
InterfaceProvider* remote_interfaces_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(ConnectParams);
« no previous file with comments | « services/shell/public/cpp/connection.h ('k') | services/shell/public/cpp/interface_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698