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

Unified Diff: components/html_viewer/blink_resource_constants.h

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Blink repo changes and addressed comments from philipj and UX Created 4 years, 10 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: components/html_viewer/blink_resource_constants.h
diff --git a/components/html_viewer/blink_resource_constants.h b/components/html_viewer/blink_resource_constants.h
index ac9f3d788acb1af991f34bf9d94c3d36fc092a56..0c4c4ca3cf144b0533c2d24f20d7209e0c0db728 100644
--- a/components/html_viewer/blink_resource_constants.h
+++ b/components/html_viewer/blink_resource_constants.h
@@ -44,6 +44,9 @@ const DataResource kDataResources[] = {
IDR_MEDIAPLAYER_CLOSEDCAPTION_BUTTON_DISABLED},
{"mediaplayerClosedCaptionDisabledNew",
IDR_MEDIAPLAYER_CLOSEDCAPTION_BUTTON_DISABLED_NEW},
+ {"mediaplayerClosedCaptionsIcon", IDR_MEDIAPLAYER_CLOSEDCAPTIONS_ICON},
msw 2016/02/23 18:17:01 This file no longer exists, please sync and rebase
+ {"mediaplayerClosedCaptionsIconNew",
+ IDR_MEDIAPLAYER_CLOSEDCAPTIONS_ICON_NEW},
{"mediaplayerEnterFullscreen", IDR_MEDIAPLAYER_ENTER_FULLSCREEN_BUTTON},
{"mediaplayerFullscreen", IDR_MEDIAPLAYER_FULLSCREEN_BUTTON},
{"mediaplayerCastOff", IDR_MEDIAPLAYER_CAST_BUTTON_OFF},
@@ -57,6 +60,12 @@ const DataResource kDataResources[] = {
IDR_MEDIAPLAYER_OVERLAY_CAST_BUTTON_OFF_NEW},
{"mediaplayerOverlayPlay", IDR_MEDIAPLAYER_OVERLAY_PLAY_BUTTON},
{"mediaplayerOverlayPlayNew", IDR_MEDIAPLAYER_OVERLAY_PLAY_BUTTON_NEW},
+ {"mediaplayerSubtitlesIcon", IDR_MEDIAPLAYER_SUBTITLES_ICON},
+ {"mediaplayerSubtitlesIconNew", IDR_MEDIAPLAYER_SUBTITLES_ICON_NEW},
+ {"mediaplayerTrackSelectionCheckmark",
+ IDR_MEDIAPLAYER_TRACKSELECTION_CHECKMARK},
+ {"mediaplayerTrackSelectionCheckmarkNew",
+ IDR_MEDIAPLAYER_TRACKSELECTION_CHECKMARK_NEW},
{"searchCancel", IDR_SEARCH_CANCEL},
{"searchCancelPressed", IDR_SEARCH_CANCEL_PRESSED},
{"searchMagnifier", IDR_SEARCH_MAGNIFIER},
« no previous file with comments | « no previous file | content/app/strings/content_strings.grd » ('j') | third_party/WebKit/LayoutTests/media/media-controls.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698