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 30deec122f7d22eddea1d065a8187009634309c2..b07a533bcc102162143a5413a53887ad41b46e21 100644 |
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
@@ -140,6 +140,11 @@ void WebRuntimeFeatures::enableFastMobileScrolling(bool enable) |
RuntimeEnabledFeatures::setFastMobileScrollingEnabled(enable); |
} |
+void WebRuntimeFeatures::enableFeaturePolicy(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setFeaturePolicyEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableFileSystem(bool enable) |
{ |
RuntimeEnabledFeatures::setFileSystemEnabled(enable); |