| Index: components/view_manager/public/cpp/view_manager_client_factory.h
|
| diff --git a/components/view_manager/public/cpp/view_manager_client_factory.h b/components/view_manager/public/cpp/view_manager_client_factory.h
|
| index 0fdfb4068c7e679af52517467fa00835f5750a64..50d9cfc3d29dba73f4d9bfb5087e025800af806c 100644
|
| --- a/components/view_manager/public/cpp/view_manager_client_factory.h
|
| +++ b/components/view_manager/public/cpp/view_manager_client_factory.h
|
| @@ -21,14 +21,6 @@ class ViewManagerClientFactory : public InterfaceFactory<ViewManagerClient> {
|
| ViewManagerClientFactory(Shell* shell, ViewManagerDelegate* delegate);
|
| ~ViewManagerClientFactory() override;
|
|
|
| - // Creates a ViewManagerClient from the supplied arguments. Returns ownership
|
| - // to the caller.
|
| - static ViewManagerClient* WeakBindViewManagerToPipe(
|
| - InterfaceRequest<ViewManagerClient> request,
|
| - ViewManagerServicePtr view_manager_service,
|
| - Shell* shell,
|
| - ViewManagerDelegate* delegate);
|
| -
|
| // InterfaceFactory<ViewManagerClient> implementation.
|
| void Create(ApplicationConnection* connection,
|
| InterfaceRequest<ViewManagerClient> request) override;
|
|
|