| 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 5715f5979ad526da9d16126d4aa40edb533af825..5087f5b4b26a156d456643734d6c88afeb727b10 100644
|
| --- a/third_party/WebKit/public/platform/WebLocalizedString.h
|
| +++ b/third_party/WebKit/public/platform/WebLocalizedString.h
|
| @@ -68,6 +68,7 @@ struct WebLocalizedString {
|
| AXMediaHideClosedCaptionsButtonHelp,
|
| AXMediaMuteButton,
|
| AXMediaMuteButtonHelp,
|
| + AxMediaOverflowButton,
|
| AXMediaPauseButton,
|
| AXMediaPauseButtonHelp,
|
| AXMediaPlayButton,
|
| @@ -118,6 +119,15 @@ struct WebLocalizedString {
|
| OtherMonthLabel,
|
| OtherTimeLabel,
|
| OtherWeekLabel,
|
| + OverflowMenuCaptions,
|
| + OverflowMenuCast,
|
| + OverflowMenuEnterFullscreen,
|
| + OverflowMenuExitFullscreen,
|
| + OverflowMenuStopCast,
|
| + OverflowMenuMute,
|
| + OverflowMenuUnmute,
|
| + OverflowMenuPlay,
|
| + OverflowMenuPause,
|
| // 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 "--".
|
|
|