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

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: Addressed comments from tkent Created 5 years, 8 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 f4433b834fb4d28d0b6ceed46132544d6b6ee121..60b51f0c97ee741c0c84ff0802881c33d96bcf31 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -321,6 +321,9 @@ logDnsPrefetchAndPreconnect initial=false
# Android, and dynamically set by the inspector for mobile emulation.
useMobileViewportStyle initial=false, invalidate=ViewportRule
+# User setting for text tracks visibility
+textTracksEnabled initial=false, invalidate=TextTracksVisibility
+
# User style overrides for captions and subtitles
textTrackBackgroundColor type=String
textTrackFontFamily type=String

Powered by Google App Engine
This is Rietveld 408576698