| Index: core/testing/InternalSettings.idl
|
| diff --git a/core/testing/InternalSettings.idl b/core/testing/InternalSettings.idl
|
| index 4120690ad81ba364da0750102eb908c405695d9b..dabbbb4f2079617058552aedc86dbae58358660b 100644
|
| --- a/core/testing/InternalSettings.idl
|
| +++ b/core/testing/InternalSettings.idl
|
| @@ -29,6 +29,7 @@
|
| // All methods which access Page::settings() can raise an exception
|
| // when the page cannot be accessed. (Such as during page tear-down.)
|
| [RaisesException] void setMockScrollbarsEnabled(boolean enabled);
|
| + [RaisesException] void setMockGestureTapHighlightsEnabled(boolean enabled);
|
| [RaisesException] void setStandardFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSerifFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSansSerifFontFamily(DOMString family, DOMString script);
|
| @@ -53,9 +54,9 @@
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
| void setAuthorShadowDOMForAnyElementEnabled(boolean enabled);
|
| - void setCSSExclusionsEnabled(boolean enabled);
|
| void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
|
| void setOverlayScrollbarsEnabled(boolean enabled);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
|
| + void setLaxMixedContentCheckingEnabled(boolean enabled);
|
| void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(boolean enabled);
|
| };
|
|
|