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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Created 4 years, 1 month 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/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index aa9951d14bd30f5ab86a8ffbac2039ca87ae1ff7..1f56cf781693ebe02926081eef63b56d1c7e819c 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -81,8 +81,6 @@ static int ToMessageID(WebLocalizedString::Name name) {
switch (name) {
case WebLocalizedString::AXAMPMFieldText:
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:
@@ -91,20 +89,14 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH;
case WebLocalizedString::AXCalendarWeekDescription:
return IDS_AX_CALENDAR_WEEK_DESCRIPTION;
- case WebLocalizedString::AXCheckedCheckBoxActionVerb:
- return IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB;
case WebLocalizedString::AXDayOfMonthFieldText:
return IDS_AX_DAY_OF_MONTH_FIELD_TEXT;
- case WebLocalizedString::AXDefaultActionVerb:
- return IDS_AX_DEFAULT_ACTION_VERB;
case WebLocalizedString::AXHeadingText:
return IDS_AX_ROLE_HEADING;
case WebLocalizedString::AXHourFieldText:
return IDS_AX_HOUR_FIELD_TEXT;
case WebLocalizedString::AXImageMapText:
return IDS_AX_ROLE_IMAGE_MAP;
- case WebLocalizedString::AXLinkActionVerb:
- return IDS_AX_LINK_ACTION_VERB;
case WebLocalizedString::AXLinkText:
return IDS_AX_ROLE_LINK;
case WebLocalizedString::AXListMarkerText:
@@ -193,16 +185,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_AX_MINUTE_FIELD_TEXT;
case WebLocalizedString::AXMonthFieldText:
return IDS_AX_MONTH_FIELD_TEXT;
- case WebLocalizedString::AXPopUpButtonActionVerb:
- return IDS_AX_POP_UP_BUTTON_ACTION_VERB;
- case WebLocalizedString::AXRadioButtonActionVerb:
- return IDS_AX_RADIO_BUTTON_ACTION_VERB;
case WebLocalizedString::AXSecondFieldText:
return IDS_AX_SECOND_FIELD_TEXT;
- case WebLocalizedString::AXTextFieldActionVerb:
- return IDS_AX_TEXT_FIELD_ACTION_VERB;
- case WebLocalizedString::AXUncheckedCheckBoxActionVerb:
- return IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB;
case WebLocalizedString::AXWebAreaText:
return IDS_AX_ROLE_WEB_AREA;
case WebLocalizedString::AXWeekOfYearFieldText:

Powered by Google App Engine
This is Rietveld 408576698