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

Unified Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2306383005: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… (Closed)
Patch Set: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… 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: third_party/WebKit/public/platform/WebLocalizedString.h
diff --git a/third_party/WebKit/public/platform/WebLocalizedString.h b/third_party/WebKit/public/platform/WebLocalizedString.h
index 97c6ab150df280f58ba15e9a98faafbaa6c65544..5715f5979ad526da9d16126d4aa40edb533af825 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -42,7 +42,6 @@ struct WebLocalizedString {
AXCalendarShowPreviousMonth,
AXCalendarWeekDescription,
AXCheckedCheckBoxActionVerb,
- AXDateTimeFieldEmptyValueText,
AXDayOfMonthFieldText,
AXDefaultActionVerb,
AXHeadingText, // Deprecated.

Powered by Google App Engine
This is Rietveld 408576698