| 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 96a7dec9265f910874c48454fea19506c089d9e8..ee3184d0b4d6c32e6effa46594efcb2fe07005f9 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -150,6 +150,11 @@ void WebRuntimeFeatures::enableMediaCapture(bool enable)
|
| RuntimeEnabledFeatures::setMediaCaptureEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableMediaDocumentDownloadButton(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setMediaDocumentDownloadButtonEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableNotificationActionIcons(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setNotificationActionIconsEnabled(enable);
|
|
|