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

Unified Diff: Source/core/testing/InternalSettings.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: 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.h
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
index 8baeeacd5b5b7139c6d87708374156f170a3f208..5ec221290b11f5295ff2f35ebe2f1afc22b01fd9 100644
--- a/Source/core/testing/InternalSettings.h
+++ b/Source/core/testing/InternalSettings.h
@@ -100,6 +100,7 @@ public:
void setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState&);
void setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState&);
+ void setTextTracksEnabled(bool, ExceptionState&);
void setDefaultVideoPosterURL(const String& url, ExceptionState&);
void setEditingBehavior(const String&, ExceptionState&);
void setImagesEnabled(bool, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698