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

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

Issue 2243473002: Adding overflow menu to media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « third_party/WebKit/public/default_100_percent/blink/mediaplayer_overflow_menu.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "--".
« no previous file with comments | « third_party/WebKit/public/default_100_percent/blink/mediaplayer_overflow_menu.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698