Index: third_party/WebKit/LayoutTests/media/autoplay-unmute-offscreen.html |
diff --git a/third_party/WebKit/LayoutTests/media/autoplay-unmute-offscreen.html b/third_party/WebKit/LayoutTests/media/autoplay-unmute-offscreen.html |
index 5124f311d32cf579606ba8b8ecad3e24bd275195..56b1a744c20db6002cdb3b7df973d2be26b2ab3a 100644 |
--- a/third_party/WebKit/LayoutTests/media/autoplay-unmute-offscreen.html |
+++ b/third_party/WebKit/LayoutTests/media/autoplay-unmute-offscreen.html |
@@ -5,7 +5,7 @@ |
<script src="media-file.js"></script> |
<body> |
<script> |
- window.internals.settings.setMediaPlaybackRequiresUserGesture(true); |
+ window.internals.settings.setAutoplayPolicy('user-gesture-required'); |
window.internals.runtimeFlags.autoplayMutedVideosEnabled = true; |
async_test(function(t) { |