Chromium Code Reviews| 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..6bcbe1d5e6e427f92f6286cf2b83c9ff640a72a6 100644 |
| --- a/third_party/WebKit/public/platform/WebLocalizedString.h |
| +++ b/third_party/WebKit/public/platform/WebLocalizedString.h |
| @@ -119,6 +119,12 @@ struct WebLocalizedString { |
| OtherMonthLabel, |
| OtherTimeLabel, |
| OtherWeekLabel, |
| + OverflowMenuCaptions, |
|
liberato (no reviews please)
2016/08/24 16:44:23
you might also want to add an accessibility string
kdsilva
2016/08/26 18:11:03
Done.
|
| + OverflowMenuCast, |
| + OverflowMenuFullscreen, |
| + OverflowMenuStopCast, |
| + OverflowMenuMute, |
| + OverflowMenuUnmute, |
| // PlaceholderForDayOfMonthField is for day placeholder text, e.g. |
| // "dd", for date field used in multiple fields "date", "datetime", and |
| // "datetime-local" input UI instead of "--". |