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

Unified Diff: content/renderer/accessibility/render_accessibility_impl.cc

Issue 2873373005: Add custom action support (Closed)
Patch Set: Migrate to DataObjectBuilder. Created 3 years, 6 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: content/renderer/accessibility/render_accessibility_impl.cc
diff --git a/content/renderer/accessibility/render_accessibility_impl.cc b/content/renderer/accessibility/render_accessibility_impl.cc
index 10a3299068d733629cab0255122f7f6d5e15dc22..7c8f196d7866aa137f7459a1b48eb4c576934cf2 100644
--- a/content/renderer/accessibility/render_accessibility_impl.cc
+++ b/content/renderer/accessibility/render_accessibility_impl.cc
@@ -564,6 +564,7 @@ void RenderAccessibilityImpl::OnPerformAction(
case ui::AX_ACTION_SHOW_CONTEXT_MENU:
target.ShowContextMenu();
break;
+ case ui::AX_ACTION_CUSTOM_ACTION:
case ui::AX_ACTION_REPLACE_SELECTED_TEXT:
case ui::AX_ACTION_NONE:
NOTREACHED();
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | third_party/closure_compiler/externs/automation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698