Chromium Code Reviews| 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..447871b6cfa5130af6bca380a90d94a896c8717d 100644 |
| --- a/ui/accessibility/platform/ax_platform_node_delegate.h |
| +++ b/ui/accessibility/platform/ax_platform_node_delegate.h |
| @@ -84,10 +84,6 @@ class AX_EXPORT AXPlatformNodeDelegate { |
| // Calls one of the methods below to perform an accessibility action, |
|
tapted
2017/04/03 23:28:22
nit: comment out of date (no more "methods below"
dmazzoni
2017/04/03 23:55:16
Done.
|
| // 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; |
|
tapted
2017/04/03 23:28:23
test_ax_node_wrapper.h still has one of these by t
dmazzoni
2017/04/03 23:55:16
Done.
|
| }; |
| } // namespace ui |