| Index: third_party/WebKit/LayoutTests/media/autoplay-muted.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/autoplay-muted.html b/third_party/WebKit/LayoutTests/media/autoplay-muted.html
|
| index 4b3ffb8867055d33264199c7f800779f766853c1..424de18f5a8423d408bae8d9d455319931b439c7 100644
|
| --- a/third_party/WebKit/LayoutTests/media/autoplay-muted.html
|
| +++ b/third_party/WebKit/LayoutTests/media/autoplay-muted.html
|
| @@ -14,7 +14,7 @@
|
| "This test only works when run as a layout test!");
|
| }, "Prerequisites to running the rest of the tests");
|
|
|
| - window.internals.settings.setMediaPlaybackRequiresUserGesture(true);
|
| + window.internals.settings.setAutoplayPolicy('user-gesture-required');
|
| window.internals.runtimeFlags.autoplayMutedVideosEnabled = true;
|
| testRunner.setAutoplayAllowed(true);
|
|
|
|
|