| Index: components/view_manager/connection_manager.h
|
| diff --git a/components/view_manager/connection_manager.h b/components/view_manager/connection_manager.h
|
| index d6834289320ea003e62626d2060fa18600394c03..99017b904f899bb2d4d3aeabae1f62a0e69b299a 100644
|
| --- a/components/view_manager/connection_manager.h
|
| +++ b/components/view_manager/connection_manager.h
|
| @@ -88,10 +88,8 @@ class ConnectionManager : public ServerViewDelegate,
|
| // See description of ViewManagerService::Embed() for details. This assumes
|
| // |transport_view_id| is valid.
|
| void EmbedAtView(mojo::ConnectionSpecificId creator_id,
|
| - mojo::URLRequestPtr request,
|
| const ViewId& view_id,
|
| - mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| - mojo::ServiceProviderPtr exposed_services);
|
| + mojo::URLRequestPtr request);
|
| void EmbedAtView(mojo::ConnectionSpecificId creator_id,
|
| const ViewId& view_id,
|
| mojo::ViewManagerClientPtr client);
|
|
|