| Index: components/view_manager/view_manager_app.h
|
| diff --git a/components/view_manager/view_manager_app.h b/components/view_manager/view_manager_app.h
|
| index a2fa9dd60decb912656c19e8552f574cfe3eb2cb..c86765cd3cf3e37befc7c6d128af8b868a09ccda 100644
|
| --- a/components/view_manager/view_manager_app.h
|
| +++ b/components/view_manager/view_manager_app.h
|
| @@ -49,14 +49,12 @@ class ViewManagerApp : public mojo::ApplicationDelegate,
|
| ConnectionManager* connection_manager,
|
| mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
|
| mojo::ConnectionSpecificId creator_id,
|
| - const std::string& creator_url,
|
| mojo::URLRequestPtr request,
|
| const ViewId& root_id) override;
|
| ClientConnection* CreateClientConnectionForEmbedAtView(
|
| ConnectionManager* connection_manager,
|
| mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
|
| mojo::ConnectionSpecificId creator_id,
|
| - const std::string& creator_url,
|
| const ViewId& root_id,
|
| mojo::ViewManagerClientPtr view_manager_client) override;
|
|
|
|
|