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

Unified Diff: ui/accessibility/ax_node_data.cc

Issue 2849063002: Forward BrowserAccessibilityWin::get_accKeyboardShortcut to the platform node (Closed)
Patch Set: remove SHORTCUT Created 3 years, 7 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/ax_node_data.cc
diff --git a/ui/accessibility/ax_node_data.cc b/ui/accessibility/ax_node_data.cc
index 2cb05046ad47b8227fde6ac603fe3c9f5fa079e1..b44c621a64248575a36b62c60f72f9a75b753602 100644
--- a/ui/accessibility/ax_node_data.cc
+++ b/ui/accessibility/ax_node_data.cc
@@ -814,9 +814,6 @@ std::string AXNodeData::ToString() const {
case AX_ATTR_ROLE_DESCRIPTION:
result += " role_description=" + value;
break;
- case AX_ATTR_SHORTCUT:
- result += " shortcut=" + value;
- break;
case AX_ATTR_URL:
result += " url=" + value;
break;

Powered by Google App Engine
This is Rietveld 408576698