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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.cc

Issue 2447013009: Implement Increment and Decrement accessible actions (Closed)
Patch Set: Change to make test pass on Android 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 | « no previous file | content/browser/accessibility/accessibility_action_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
index d7adbaa57ad73da58df8a447a8885d0fa253faac..ec1824ecc4a8ab131a0cada73dfdc47c185886d1 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
@@ -114,7 +114,9 @@ void AutomationManagerAura::PerformAction(
case ui::AX_ACTION_SET_SEQUENTIAL_FOCUS_NAVIGATION_STARTING_POINT:
// Sent by ChromeVox but doesn't need to be handled by aura.
break;
+ case ui::AX_ACTION_DECREMENT:
case ui::AX_ACTION_HIT_TEST:
+ case ui::AX_ACTION_INCREMENT:
case ui::AX_ACTION_REPLACE_SELECTED_TEXT:
case ui::AX_ACTION_SCROLL_TO_POINT:
case ui::AX_ACTION_SET_SCROLL_OFFSET:
« no previous file with comments | « no previous file | content/browser/accessibility/accessibility_action_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698