| Index: third_party/WebKit/Source/core/testing/InternalSettings.h
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| index 5428ed06db552cdb0da1aefa790013681c4bf1f7..5841466e4ef784d3feb512ccfe4767c94f264655 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| @@ -126,6 +126,7 @@ class InternalSettings final : public InternalSettingsGenerated,
|
| void setViewportStyle(const String& preference, ExceptionState&);
|
| void setCompositorWorkerEnabled(bool, ExceptionState&);
|
| void setPresentationReceiver(bool, ExceptionState&);
|
| + void setAutoplayPolicy(const String&, ExceptionState&);
|
|
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
|
|