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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2306383005: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… (Closed)
Patch Set: Fixed test expectations. Created 4 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
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 5b53a60a1822ee73e4623e2ecd985c642135b183..2b04ce8edcc06dd40708591d6016ac4054f8be08 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -94,8 +94,6 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_AX_CALENDAR_WEEK_DESCRIPTION;
case WebLocalizedString::AXCheckedCheckBoxActionVerb:
return IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB;
- case WebLocalizedString::AXDateTimeFieldEmptyValueText:
- return IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT;
case WebLocalizedString::AXDayOfMonthFieldText:
return IDS_AX_DAY_OF_MONTH_FIELD_TEXT;
case WebLocalizedString::AXDefaultActionVerb:

Powered by Google App Engine
This is Rietveld 408576698