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

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

Issue 2402263002: Media Controls a11y: add text/description/role to more controls components. (Closed)
Patch Set: compile fix Created 4 years, 2 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 ae2e50e152c193f0cc1fa2d92b45b3266b8c94a0..29259a67939cc4dc9275c33952215ada83ca58c7 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -60,6 +60,8 @@ struct WebLocalizedString {
AXMediaCurrentTimeDisplay,
AXMediaCurrentTimeDisplayHelp,
AXMediaDefault,
+ AxMediaDownloadButton,
dmazzoni 2016/10/10 03:39:52 Capitalization doesn't seem to match the rest of t
mlamouri (slow - plz ping) 2016/10/10 04:27:13 Done. I fixed some others that were not matching t
+ AxMediaDownloadButtonHelp,
AXMediaEnterFullscreenButton,
AXMediaEnterFullscreenButtonHelp,
AXMediaExitFullscreenButton,
@@ -69,6 +71,7 @@ struct WebLocalizedString {
AXMediaMuteButton,
AXMediaMuteButtonHelp,
AxMediaOverflowButton,
+ AxMediaOverflowButtonHelp,
AXMediaPauseButton,
AXMediaPauseButtonHelp,
AXMediaPlayButton,

Powered by Google App Engine
This is Rietveld 408576698