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

Unified Diff: components/view_manager/window_manager_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: merge to trunk 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/window_manager_access_policy.h
diff --git a/components/view_manager/window_manager_access_policy.h b/components/view_manager/window_manager_access_policy.h
index 1d5d2115462e5d06ff35ee9876d540eb66f4b866..340d873fb3643142deaa17c6933e10c9a67cc031 100644
--- a/components/view_manager/window_manager_access_policy.h
+++ b/components/view_manager/window_manager_access_policy.h
@@ -35,6 +35,7 @@ class WindowManagerAccessPolicy : 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,
« no previous file with comments | « components/view_manager/view_tree_unittest.cc ('k') | components/view_manager/window_manager_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698