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

Unified Diff: Source/core/testing/InternalSettings.idl

Issue 1118613002: Hook up Android closed captions 'enabled' setting to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/testing/InternalSettings.idl
diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
index 34d829a4ad920eb637b6d8221ef087cf3c1a19ef..4f53c58243e9eb7272a257d9e49abe989558409b 100644
--- a/Source/core/testing/InternalSettings.idl
+++ b/Source/core/testing/InternalSettings.idl
@@ -52,6 +52,7 @@
[RaisesException] void setAvailableHoverTypes(DOMString types);
[RaisesException] void setPrimaryHoverType(DOMString type);
[RaisesException] void setImageAnimationPolicy(DOMString policy);
+ [RaisesException] void setTextTracksEnabled(boolean enabled);
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should

Powered by Google App Engine
This is Rietveld 408576698