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

Unified Diff: Source/core/frame/Settings.in

Issue 1118613002: Hook up Android closed captions 'enabled' setting to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Prioritize language over kind in auto track selection Created 5 years, 5 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: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index d22d096668061b60e6557b4a43bf34cf950c07f6..62d83651da65566f76c00f57f338e0a88da64336 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -329,6 +329,10 @@ logPreload initial=false
# Android, and dynamically set by the inspector for mobile emulation.
useMobileViewportStyle initial=false, invalidate=ViewportRule
+# Automatic track selection is performed based on user preference for track kind specified
+# by this setting.
+textTrackKindUserPreference type=TextTrackKindUserPreference, initial=TextTrackKindUserPreference::Default, invalidate=TextTrackKindUserPreference
+
# User style overrides for captions and subtitles
textTrackBackgroundColor type=String
textTrackFontFamily type=String

Powered by Google App Engine
This is Rietveld 408576698