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

Unified Diff: components/mus/ws/default_access_policy.h

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 2 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
« no previous file with comments | « components/mus/ws/connection_manager_delegate.h ('k') | components/mus/ws/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/default_access_policy.h
diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
index 875da48007eb0b03bc05c9c02b168ec89eb6f5e9..b51641e4551ceab5f17ba1f7ab89086e4acbdb14 100644
--- a/components/mus/ws/default_access_policy.h
+++ b/components/mus/ws/default_access_policy.h
@@ -20,21 +20,21 @@ class DefaultAccessPolicy : public AccessPolicy {
~DefaultAccessPolicy() override;
// AccessPolicy:
- bool CanRemoveViewFromParent(const ServerView* view) const override;
- bool CanAddView(const ServerView* parent,
- const ServerView* child) const override;
- bool CanReorderView(const ServerView* view,
- const ServerView* relative_view,
- mojo::OrderDirection direction) const override;
- bool CanDeleteView(const ServerView* view) const override;
- bool CanGetViewTree(const ServerView* view) const override;
+ bool CanRemoveWindowFromParent(const ServerView* view) const override;
+ bool CanAddWindow(const ServerView* parent,
+ const ServerView* child) const override;
+ bool CanReorderWindow(const ServerView* view,
+ const ServerView* relative_view,
+ mojom::OrderDirection direction) const override;
+ bool CanDeleteWindow(const ServerView* view) const override;
+ bool CanGetWindowTree(const ServerView* view) const override;
bool CanDescendIntoViewForViewTree(const ServerView* view) const override;
bool CanEmbed(const ServerView* view, uint32_t policy_bitmask) const override;
bool CanChangeViewVisibility(const ServerView* view) const override;
bool CanSetWindowSurfaceId(const ServerView* view) const override;
- bool CanSetViewBounds(const ServerView* view) const override;
- bool CanSetViewProperties(const ServerView* view) const override;
- bool CanSetViewTextInputState(const ServerView* view) const override;
+ bool CanSetWindowBounds(const ServerView* view) const override;
+ bool CanSetWindowProperties(const ServerView* view) const override;
+ bool CanSetWindowTextInputState(const ServerView* view) const override;
bool CanSetFocus(const ServerView* view) const override;
bool CanSetClientArea(const ServerView* window) const override;
bool ShouldNotifyOnHierarchyChange(
« no previous file with comments | « components/mus/ws/connection_manager_delegate.h ('k') | components/mus/ws/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698