| Index: Source/core/testing/InternalSettings.idl
|
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
|
| index d4f598460ea99536af2d5deb5fbc61df61f8937d..cfcb6010153a9c9ddb89d0db076e950f5c8f90f3 100644
|
| --- a/Source/core/testing/InternalSettings.idl
|
| +++ b/Source/core/testing/InternalSettings.idl
|
| @@ -63,4 +63,5 @@
|
| void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
|
| void setOverlayScrollbarsEnabled(boolean enabled);
|
| void setStyleScopedEnabled(boolean enabled);
|
| + void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
|
| };
|
|
|