| 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);
|
|
|