Index: third_party/WebKit/public/web/WebRuntimeFeatures.h |
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
index d60ef7693616c004ce118931aa43ab2f9c66a897..50c06da5d0ca926abd32e9a2d400633dd530ea89 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -78,6 +78,7 @@ public: |
BLINK_EXPORT static void enableDocumentWriteEvaluator(bool); |
BLINK_EXPORT static void enableExperimentalCanvasFeatures(bool); |
BLINK_EXPORT static void enableFastMobileScrolling(bool); |
+ BLINK_EXPORT static void enableFeaturePolicy(bool); |
BLINK_EXPORT static void enableFileSystem(bool); |
BLINK_EXPORT static void enableInputMultipleFieldsUI(bool); |
BLINK_EXPORT static void enableMediaCapture(bool); |