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

Unified Diff: ui/accessibility/platform/ax_platform_node_delegate.h

Issue 2795843002: Move implementation of accessibility actions to views::View (Closed)
Patch Set: Fix win compile Created 3 years, 9 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: ui/accessibility/platform/ax_platform_node_delegate.h
diff --git a/ui/accessibility/platform/ax_platform_node_delegate.h b/ui/accessibility/platform/ax_platform_node_delegate.h
index 3dfe1d7f965e3448762fb8e47d5213ae9a4f0b06..ab6de025a40029e5d3860cf762f47df9e7869d87 100644
--- a/ui/accessibility/platform/ax_platform_node_delegate.h
+++ b/ui/accessibility/platform/ax_platform_node_delegate.h
@@ -81,13 +81,9 @@ class AX_EXPORT AXPlatformNodeDelegate {
// Actions.
//
- // Calls one of the methods below to perform an accessibility action,
- // switching on the ui::AXAction provided in |data|.
+ // Perform an accessibility action, switching on the ui::AXAction
+ // provided in |data|.
virtual bool AccessibilityPerformAction(const ui::AXActionData& data) = 0;
-
- // Perform the default action, e.g. click a button, follow a link, or
- // toggle a checkbox.
- virtual void DoDefaultAction() = 0;
};
} // namespace ui
« no previous file with comments | « content/browser/accessibility/browser_accessibility.cc ('k') | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698