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