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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2479893002: Revert of Use setSequentialFocusNavigationStartingPoint in ChromeVox (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « ui/accessibility/ax_action_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index cf067e4fdcf28c1bd6e158364f75b5b78b5e7c23..f74004cc8a96a78504f27605ffc565284f763405 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -252,19 +252,14 @@
set_focus,
set_scroll_offset,
set_selection,
-
- // Don't focus this node, but set it as the sequential focus navigation
- // starting point, so that pressing Tab moves to the next element
- // following this one, for example.
- set_sequential_focus_navigation_starting_point,
-
set_value,
show_context_menu
};
enum AXActionFlags {
request_images,
- request_inline_text_boxes
+ request_inline_text_boxes,
+ set_sequential_focus_navigation_point
};
// A change to the accessibility tree.
« no previous file with comments | « ui/accessibility/ax_action_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698