| 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 a51c1ff626f4adafb40ae691a74bbd995477d4d5..c11ccfbefbe85a7d5b1dfc910974b43ead628854 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -165,6 +165,11 @@ void WebRuntimeFeatures::enableMediaDocumentDownloadButton(bool enable)
|
| RuntimeEnabledFeatures::setMediaDocumentDownloadButtonEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableNonValidatingReload(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setNonValidatingReloadEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableNotificationConstructor(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable);
|
|
|