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 391cd82ce6d0c82a26560a308205aa141e857648..942593f610c05dc95c53df8a46ea42c9261622a7 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalSettings.idl |
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl |
@@ -28,6 +28,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 setHideScrollbars(boolean enabled); |
[RaisesException] void setMockGestureTapHighlightsEnabled(boolean enabled); |
[RaisesException] void setStandardFontFamily(DOMString family, DOMString script); |
[RaisesException] void setSerifFontFamily(DOMString family, DOMString script); |