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

Unified Diff: content/browser/accessibility/browser_accessibility_android.cc

Issue 2690473002: Android/a11y: Add string for a11y "feed" role. (Closed)
Patch Set: Remove spelling fixes Created 3 years, 10 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
« no previous file with comments | « content/app/strings/content_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_android.cc
diff --git a/content/browser/accessibility/browser_accessibility_android.cc b/content/browser/accessibility/browser_accessibility_android.cc
index 78fc0709d3902e742ecfcac1ef68a8ce6cad8fe7..ba8dbc7ba238237bd21f7d13922295f20be495b8 100644
--- a/content/browser/accessibility/browser_accessibility_android.cc
+++ b/content/browser/accessibility/browser_accessibility_android.cc
@@ -630,7 +630,7 @@ base::string16 BrowserAccessibilityAndroid::GetRoleDescription() const {
message_id = IDS_AX_ROLE_EMBEDDED_OBJECT;
break;
case ui::AX_ROLE_FEED:
- // TODO(patricialor): Add a string for this role.
+ message_id = IDS_AX_ROLE_FEED;
break;
case ui::AX_ROLE_FIGCAPTION:
// No role description.
« no previous file with comments | « content/app/strings/content_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698