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

Unified Diff: content/child/blink_platform_impl.cc

Issue 555733002: AX: Add accessibility label strings for calendar picker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: n Created 6 years, 3 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/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index c2b2a7d60ec44bc47b92ae4addeaef143fba3d34..efbe71f21c1650b24554cc2e74cc4b5df64b6ec1 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -169,6 +169,12 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_AX_AM_PM_FIELD_TEXT;
case WebLocalizedString::AXButtonActionVerb:
return IDS_AX_BUTTON_ACTION_VERB;
+ case WebLocalizedString::AXCalendarShowMonthSelector:
+ return IDS_AX_CALENDAR_SHOW_MONTH_SELECTOR;
+ case WebLocalizedString::AXCalendarShowNextMonth:
+ return IDS_AX_CALENDAR_SHOW_NEXT_MONTH;
+ case WebLocalizedString::AXCalendarShowPreviousMonth:
+ return IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH;
case WebLocalizedString::AXCheckedCheckBoxActionVerb:
return IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB;
case WebLocalizedString::AXDateTimeFieldEmptyValueText:
« 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