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

Unified Diff: Source/core/html/HTMLMediaElement.h

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 lgtm comment and rebased 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
« no previous file with comments | « Source/core/frame/SettingsDelegate.h ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 77f6b4264072e9be480087d199a54e20daf25c1a..beb72d2c17b1e5d84187a4f1ae849105649791c1 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -229,6 +229,9 @@ public:
bool closedCaptionsVisible() const;
void setClosedCaptionsVisible(bool);
+ static void setTextTrackKindUserPreferenceForAllMediaElements(Document*);
+ void automaticTrackSelectionForUpdatedUserPreference();
+
void remoteRouteAvailabilityChanged(bool);
void connectedToRemoteDevice();
void disconnectedFromRemoteDevice();
« no previous file with comments | « Source/core/frame/SettingsDelegate.h ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698