| Index: services/view_manager/connection_manager.h
|
| diff --git a/services/view_manager/connection_manager.h b/services/view_manager/connection_manager.h
|
| index f9c679154c65615245a298f74193f533ccceafe4..ad3a70345c3e5eaf8882f9199873d99add471afc 100644
|
| --- a/services/view_manager/connection_manager.h
|
| +++ b/services/view_manager/connection_manager.h
|
| @@ -77,11 +77,11 @@ class ConnectionManager : public ServerViewDelegate,
|
|
|
| // See description of ViewManagerService::Embed() for details. This assumes
|
| // |transport_view_id| is valid.
|
| - void EmbedAtView(
|
| - mojo::ConnectionSpecificId creator_id,
|
| - const std::string& url,
|
| - const ViewId& view_id,
|
| - mojo::InterfaceRequest<mojo::ServiceProvider> service_provider);
|
| + void EmbedAtView(mojo::ConnectionSpecificId creator_id,
|
| + const std::string& url,
|
| + const ViewId& view_id,
|
| + mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| + mojo::ServiceProviderPtr exposed_services);
|
|
|
| // Returns the connection by id.
|
| ViewManagerServiceImpl* GetConnection(
|
|
|