| Index: third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp b/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
|
| index f1f19e699e71d6d69d34d50333633b3d9cbdfd3c..5403144b3c165ed423af6e4191de16e5e83ebee0 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
|
| @@ -706,4 +706,8 @@ void WebSettingsImpl::SetDoNotUpdateSelectionOnMutatingSelectionRange(
|
| settings_->SetDoNotUpdateSelectionOnMutatingSelectionRange(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::SetMediaDownloadInProductHelpEnabled(bool enabled) {
|
| + settings_->SetMediaDownloadInProductHelpEnabled(enabled);
|
| +}
|
| +
|
| } // namespace blink
|
|
|