| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index 0be2ae15358580ea4d4f29156bc43c32c8bc749d..30e251d19ec48927346e02867c4d6d2883061bcb 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -278,6 +278,10 @@ void WebSettingsImpl::setPluginsEnabled(bool enabled) {
|
| m_devToolsEmulator->setPluginsEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setEncryptedMediaEnabled(bool enabled) {
|
| + m_settings->setEncryptedMediaEnabled(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setAvailablePointerTypes(int pointers) {
|
| m_devToolsEmulator->setAvailablePointerTypes(pointers);
|
| }
|
|
|