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

Unified Diff: content/child/blink_platform_impl.cc

Issue 728223004: Add string resources for media time sliders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « content/app/strings/content_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index ac9b7a385fb08dffb6749217380dd8e936c22dd2..f7cb48027d43cdff5efd1706933e087e1a627fdd 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -239,8 +239,10 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_AX_MEDIA_PLAY_BUTTON_HELP;
case WebLocalizedString::AXMediaPauseButtonHelp:
return IDS_AX_MEDIA_PAUSE_BUTTON_HELP;
- case WebLocalizedString::AXMediaSliderHelp:
- return IDS_AX_MEDIA_SLIDER_HELP;
+ case WebLocalizedString::AXMediaAudioSliderHelp:
+ return IDS_AX_MEDIA_AUDIO_SLIDER_HELP;
+ case WebLocalizedString::AXMediaVideoSliderHelp:
+ return IDS_AX_MEDIA_VIDEO_SLIDER_HELP;
case WebLocalizedString::AXMediaSliderThumbHelp:
return IDS_AX_MEDIA_SLIDER_THUMB_HELP;
case WebLocalizedString::AXMediaCurrentTimeDisplayHelp:
« no previous file with comments | « content/app/strings/content_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698