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

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: Have the flag influence automatic track selection Created 5 years, 7 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
philipj_slow 2015/05/06 09:54:27 This is about as nitpicky as it gets, but I think
srivats 2015/06/09 00:45:51 Done.
+
# User style overrides for captions and subtitles
textTrackBackgroundColor type=String
textTrackFontFamily type=String

Powered by Google App Engine
This is Rietveld 408576698