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

Unified Diff: Source/core/frame/SettingsDelegate.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/Settings.in ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/SettingsDelegate.h
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h
index 53b2b438a3583092004ca904c0b1cb529bec484d..fe74797a391398dd386bea34df460e39ffbe5b9a 100644
--- a/Source/core/frame/SettingsDelegate.h
+++ b/Source/core/frame/SettingsDelegate.h
@@ -60,6 +60,7 @@ public:
AcceleratedCompositingChange,
MediaQueryChange,
AccessibilityStateChange,
+ TextTrackKindUserPreferenceChange,
};
virtual void settingsChanged(ChangeType) = 0;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698