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 4b6424b7a2bb6bee777bcae1a274b6de4139f8f2..63f8b505a3c0d6ab2b1e70237a1c0514ea12f189 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalSettings.idl |
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl |
@@ -55,6 +55,7 @@ interface InternalSettings : InternalSettingsGenerated { |
[RaisesException] void setImageAnimationPolicy(DOMString policy); |
[RaisesException] void setCompositorWorkerEnabled(boolean enabled); |
[RaisesException] void setPresentationReceiver(boolean enabled); |
+ [RaisesException] void setAutoplayPolicy(DOMString policy); |
// FIXME: The following are RuntimeEnabledFeatures and likely |
// cannot be changed after process start. These setters should |