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

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: Created 4 years, 4 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..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 "--".

Powered by Google App Engine
This is Rietveld 408576698