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

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

Issue 2477463003: Replace ui::AXViewState with AXNodeData and AXActionData (Closed)
Patch Set: Fix test 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
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 cf02fe695e5f5512e3180117d52931344796f24f..d7adbaa57ad73da58df8a447a8885d0fa253faac 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
@@ -115,6 +115,7 @@ void AutomationManagerAura::PerformAction(
// Sent by ChromeVox but doesn't need to be handled by aura.
break;
case ui::AX_ACTION_HIT_TEST:
+ case ui::AX_ACTION_REPLACE_SELECTED_TEXT:
case ui::AX_ACTION_SCROLL_TO_POINT:
case ui::AX_ACTION_SET_SCROLL_OFFSET:
case ui::AX_ACTION_SET_VALUE:
« no previous file with comments | « chrome/browser/download/download_browsertest.cc ('k') | chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698