| Index: services/service_manager/public/cpp/connector.h
|
| diff --git a/services/service_manager/public/cpp/connector.h b/services/service_manager/public/cpp/connector.h
|
| index 1b39e9771509ea2d56ad9a94dc4b628f88a81f0b..5251b26feea9cc5ffc318fb3eac2fc408cc066db 100644
|
| --- a/services/service_manager/public/cpp/connector.h
|
| +++ b/services/service_manager/public/cpp/connector.h
|
| @@ -109,6 +109,9 @@ class Connector {
|
| // The returned object may be passed multiple times until Connect() is called,
|
| // at which point this method must be called again to pass again.
|
| virtual std::unique_ptr<Connector> Clone() = 0;
|
| +
|
| + // Binds a Connector request to the other end of this Connector.
|
| + virtual void BindRequest(mojom::ConnectorRequest request) = 0;
|
| };
|
|
|
| } // namespace service_manager
|
|
|