| Index: components/view_manager/public/cpp/lib/view_manager_client_impl.h
|
| diff --git a/components/view_manager/public/cpp/lib/view_manager_client_impl.h b/components/view_manager/public/cpp/lib/view_manager_client_impl.h
|
| index 04bc121a34deb341d4a97e6fbbaf13e50c913fdd..7eb2f97a85095b75fe8475ef3519a2a3389576a2 100644
|
| --- a/components/view_manager/public/cpp/lib/view_manager_client_impl.h
|
| +++ b/components/view_manager/public/cpp/lib/view_manager_client_impl.h
|
| @@ -55,7 +55,7 @@ class ViewManagerClientImpl : public ViewManager,
|
| const std::vector<uint8_t>& data);
|
|
|
| void Embed(const String& url, Id view_id);
|
| - void Embed(const String& url,
|
| + void Embed(mojo::URLRequestPtr request,
|
| Id view_id,
|
| InterfaceRequest<ServiceProvider> services,
|
| ServiceProviderPtr exposed_services);
|
|
|