| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 3b3b545b25e1355807b9bcf289ea148fa1a780a9..3cb48ab3a0cfaa33feb5f32bc5bd840a8bc91d71 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -55,7 +55,6 @@ public:
|
| explicit Backup(Settings*);
|
| void restoreTo(Settings*);
|
|
|
| - bool m_originalCSSExclusionsEnabled;
|
| bool m_originalAuthorShadowDOMForAnyElementEnabled;
|
| bool m_originalCSP;
|
| bool m_originalLaxMixedContentCheckingEnabled;
|
| @@ -112,7 +111,6 @@ public:
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
| void setAuthorShadowDOMForAnyElementEnabled(bool);
|
| - void setCSSExclusionsEnabled(bool);
|
| void setLangAttributeAwareFormControlUIEnabled(bool);
|
| void setOverlayScrollbarsEnabled(bool);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
|
|
|