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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2676633006: media: Add a web preference to enable encrypted media (Closed)
Patch Set: use a new pref Created 3 years, 10 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: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index d228e294d27daf5d6cdc289f2193e1db2aae3e18..21cb31296606b41ad8fcb5522d77c58383247778 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -136,6 +136,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
void setPictographFontFamily(const WebString&,
UScriptCode = USCRIPT_COMMON) override;
void setPluginsEnabled(bool) override;
+ void setEncryptedMediaEnabled(bool) override;
void setAvailablePointerTypes(int) override;
void setPrimaryPointerType(PointerType) override;
void setAvailableHoverTypes(int) override;

Powered by Google App Engine
This is Rietveld 408576698