| Index: components/view_manager/default_access_policy.h
|
| diff --git a/components/view_manager/default_access_policy.h b/components/view_manager/default_access_policy.h
|
| index 309621466eef33564dd5ad7d0d5472d91b29288d..158e545f20857db872c3a0d527f5926189299b48 100644
|
| --- a/components/view_manager/default_access_policy.h
|
| +++ b/components/view_manager/default_access_policy.h
|
| @@ -36,6 +36,7 @@ class DefaultAccessPolicy : public AccessPolicy {
|
| bool CanSetViewProperties(const ServerView* view) const override;
|
| bool CanSetViewTextInputState(const ServerView* view) const override;
|
| bool CanSetFocus(const ServerView* view) const override;
|
| + bool CanSetAccessPolicy(const ServerView* view) const override;
|
| bool ShouldNotifyOnHierarchyChange(
|
| const ServerView* view,
|
| const ServerView** new_parent,
|
|
|