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

Unified Diff: mojo/services/view_manager/default_access_policy.h

Issue 474883003: Move focus from the view manager to the window manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | « mojo/services/view_manager/access_policy.h ('k') | mojo/services/view_manager/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/default_access_policy.h
diff --git a/mojo/services/view_manager/default_access_policy.h b/mojo/services/view_manager/default_access_policy.h
index 38fec9a3143e39ef83c83ea3390d191ff61a8125..9f84378c9b49d02b62eb45fdd169f4870156e317 100644
--- a/mojo/services/view_manager/default_access_policy.h
+++ b/mojo/services/view_manager/default_access_policy.h
@@ -27,7 +27,6 @@ class DefaultAccessPolicy : public AccessPolicy {
const Node* relative_node,
OrderDirection direction) const OVERRIDE;
virtual bool CanDeleteNode(const Node* node) const OVERRIDE;
- virtual bool CanSetFocus(const Node* node) const OVERRIDE;
virtual bool CanGetNodeTree(const Node* node) const OVERRIDE;
virtual bool CanDescendIntoNodeForNodeTree(const Node* node) const OVERRIDE;
virtual bool CanEmbed(const Node* node) const OVERRIDE;
« no previous file with comments | « mojo/services/view_manager/access_policy.h ('k') | mojo/services/view_manager/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698