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

Unified Diff: mojo/services/view_manager/window_manager_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
Index: mojo/services/view_manager/window_manager_access_policy.h
diff --git a/mojo/services/view_manager/window_manager_access_policy.h b/mojo/services/view_manager/window_manager_access_policy.h
index 7e1e757413d6a01946a28f31f9e6a36b06534b73..3a628af1eafc1fff975c440ce008b61ad725027c 100644
--- a/mojo/services/view_manager/window_manager_access_policy.h
+++ b/mojo/services/view_manager/window_manager_access_policy.h
@@ -26,7 +26,6 @@ class WindowManagerAccessPolicy : 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/view_manager_unittest.cc ('k') | mojo/services/view_manager/window_manager_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698