| 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 65d5d91f138baee4338e6f1e54bd639da4e0abc7..4d71ae6667b2f5015a52d86c607776f2850103a3 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -649,6 +649,11 @@ void WebSettingsImpl::setCookieEnabled(bool enabled) {
|
| m_settings->setCookieEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setCrossOriginMediaPlaybackRequiresUserGesture(
|
| + bool required) {
|
| + m_settings->setCrossOriginMediaPlaybackRequiresUserGesture(required);
|
| +}
|
| +
|
| void WebSettingsImpl::setNavigateOnDragDrop(bool enabled) {
|
| m_settings->setNavigateOnDragDrop(enabled);
|
| }
|
|
|