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

Unified Diff: public/platform/WebLocalizedString.h

Issue 552163002: AX: Calendar Picker: Add AX labels to MonthPopupButton and CalendarNavigationButtons. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/web/resources/calendarPicker.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLocalizedString.h
diff --git a/public/platform/WebLocalizedString.h b/public/platform/WebLocalizedString.h
index da679e18e16313837b3e11bfbe625e248a345540..d2cc50cce3d1f450b6e1e35ca03a41d25518be8c 100644
--- a/public/platform/WebLocalizedString.h
+++ b/public/platform/WebLocalizedString.h
@@ -37,6 +37,9 @@ struct WebLocalizedString {
enum Name {
AXAMPMFieldText,
AXButtonActionVerb,
+ AXCalendarShowMonthSelector,
+ AXCalendarShowNextMonth,
+ AXCalendarShowPreviousMonth,
AXCheckedCheckBoxActionVerb,
AXDateTimeFieldEmptyValueText,
AXDayOfMonthFieldText,
« no previous file with comments | « Source/web/resources/calendarPicker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698