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 2fefc0774933fe7225342cc0a122fadc4d6d93e4..b5427b7db5d409385b1e522b233c3855e39366e6 100644 |
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp |
@@ -701,4 +701,8 @@ void WebSettingsImpl::SetDoNotUpdateSelectionOnMutatingSelectionRange( |
settings_->SetDoNotUpdateSelectionOnMutatingSelectionRange(enabled); |
} |
+void WebSettingsImpl::SetMediaDownloadInProductHelpEnabled(bool enabled) { |
+ settings_->SetMediaDownloadInProductHelpEnabled(enabled); |
+} |
+ |
} // namespace blink |