| 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
|
|
|