Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
index a98bbca59ea2aacd89d3860346dd1b11e832c59a..e70a40c1c39c1c4e0aeb20617db925ea5afa2f72 100644 |
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
@@ -140,6 +140,11 @@ void WebRuntimeFeatures::enableMediaCapture(bool enable) |
RuntimeEnabledFeatures::setMediaCaptureEnabled(enable); |
} |
+void WebRuntimeFeatures::enableMediaDocumentDownloadButton(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setMediaDocumentDownloadButtonEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableMediaRecorder(bool enable) |
{ |
RuntimeEnabledFeatures::setMediaRecorderEnabled(enable); |