| Index: services/view_manager/view_manager_service_impl.h
|
| diff --git a/services/view_manager/view_manager_service_impl.h b/services/view_manager/view_manager_service_impl.h
|
| index a315178d8abccdd3a55536399ee013c28746fc8b..e92e1fac1e1699e9428ffee2af7c7f530ea7b93d 100644
|
| --- a/services/view_manager/view_manager_service_impl.h
|
| +++ b/services/view_manager/view_manager_service_impl.h
|
| @@ -210,6 +210,9 @@ class ViewManagerServiceImpl : public mojo::ViewManagerService,
|
| void Embed(mojo::Id transport_view_id,
|
| mojo::ViewManagerClientPtr client,
|
| const mojo::Callback<void(bool)>& callback) override;
|
| + void PerformAction(mojo::Id transport_view_id,
|
| + const mojo::String& action,
|
| + const mojo::Callback<void(bool)>& callback) override;
|
|
|
| // AccessPolicyDelegate:
|
| bool IsRootForAccessPolicy(const ViewId& id) const override;
|
|
|