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