| Index: third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.idl b/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| index 1455b564622180017658bd21c3f136ee45d138fd..7740a5c217aaa9d48137e3e28200dc9cbff9abd6 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| @@ -27,6 +27,7 @@ interface InternalSettings : InternalSettingsGenerated {
|
| // 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 setHideScrollbars(boolean enabled);
|
| [RaisesException] void setMockGestureTapHighlightsEnabled(boolean enabled);
|
| [RaisesException] void setStandardFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSerifFontFamily(DOMString family, DOMString script);
|
|
|