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

Unified Diff: public/platform/WebLocalizedString.h

Issue 729343003: Handle AX help-Text for media time slider. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « Source/modules/accessibility/AXNodeObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLocalizedString.h
diff --git a/public/platform/WebLocalizedString.h b/public/platform/WebLocalizedString.h
index 417600fa6f5e40c466c8a11c367e00c317a2301e..8d0b8ebcf9e736b2a607735d4ebbdf57dd2af027 100644
--- a/public/platform/WebLocalizedString.h
+++ b/public/platform/WebLocalizedString.h
@@ -52,6 +52,7 @@ struct WebLocalizedString {
AXListMarkerText, // Deprecated.
AXMediaAudioElement,
AXMediaAudioElementHelp,
+ AXMediaAudioSliderHelp,
AxMediaCastOffButton,
AxMediaCastOffButtonHelp,
AxMediaCastOnButton,
@@ -85,6 +86,7 @@ struct WebLocalizedString {
AXMediaUnMuteButtonHelp,
AXMediaVideoElement,
AXMediaVideoElementHelp,
+ AXMediaVideoSliderHelp,
AXMillisecondFieldText,
AXMinuteFieldText,
AXMonthFieldText,
« no previous file with comments | « Source/modules/accessibility/AXNodeObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698