Index: components/view_manager/access_policy.h |
diff --git a/components/view_manager/access_policy.h b/components/view_manager/access_policy.h |
index 9927d5f4019b72224e650184e7c34b9656f39bba..196e7f6ca8c13a6663d45a1199483d7d8a28b67b 100644 |
--- a/components/view_manager/access_policy.h |
+++ b/components/view_manager/access_policy.h |
@@ -39,6 +39,7 @@ class AccessPolicy { |
virtual bool CanSetViewProperties(const ServerView* view) const = 0; |
virtual bool CanSetViewTextInputState(const ServerView* view) const = 0; |
virtual bool CanSetFocus(const ServerView* view) const = 0; |
+ virtual bool CanSetAccessPolicy(const ServerView* view) const = 0; |
// Returns whether the connection should notify on a hierarchy change. |
// |new_parent| and |old_parent| are initially set to the new and old parents |