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 native_view_accessibility_unittest too 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..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

Powered by Google App Engine
This is Rietveld 408576698