Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8640)

Unified Diff: components/view_manager/default_access_policy.h

Issue 1317713006: Changes around how embed roots are set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698