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

Unified Diff: content/browser/accessibility/browser_accessibility_cocoa.mm

Issue 1654193002: Include a role description string in node info for Android accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lollipop should extend KitKat Created 4 years, 11 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/browser/accessibility/browser_accessibility_cocoa.mm
diff --git a/content/browser/accessibility/browser_accessibility_cocoa.mm b/content/browser/accessibility/browser_accessibility_cocoa.mm
index 78c8c0150fba5eecb312d45de79d63575453ab8e..0feedb5399468b951d8236a7ca2a1c0f6f8fd183 100644
--- a/content/browser/accessibility/browser_accessibility_cocoa.mm
+++ b/content/browser/accessibility/browser_accessibility_cocoa.mm
@@ -1013,7 +1013,7 @@ bool InitializeAccessibilityTreeSearch(
IDS_AX_ROLE_COMPLEMENTARY));
case ui::AX_ROLE_CONTENT_INFO:
return base::SysUTF16ToNSString(content_client->GetLocalizedString(
- IDS_AX_ROLE_ADDRESS));
+ IDS_AX_ROLE_CONTENT_INFO));
David Tseng 2016/02/02 18:38:57 Got it (regarding removal in grd).
dmazzoni 2016/02/03 17:55:07 Acknowledged.
case ui::AX_ROLE_DESCRIPTION_LIST:
return base::SysUTF16ToNSString(content_client->GetLocalizedString(
IDS_AX_ROLE_DESCRIPTION_LIST));

Powered by Google App Engine
This is Rietveld 408576698