| Index: tools/perf/benchmarks/media.py
|
| diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
|
| index 592b120e3c17212330f25b54f99492a12960adff..f37ce44021b758f3313ac0385402b297fbfa62d3 100644
|
| --- a/tools/perf/benchmarks/media.py
|
| +++ b/tools/perf/benchmarks/media.py
|
| @@ -150,7 +150,8 @@
|
| # By default, Chrome on Android does not allow autoplay
|
| # of media: it requires a user gesture event to start a video.
|
| # The following option works around that.
|
| - options.AppendExtraBrowserArgs(['--ignore-autoplay-restrictions'])
|
| + options.AppendExtraBrowserArgs(
|
| + ['--disable-gesture-requirement-for-media-playback'])
|
|
|
|
|
| @benchmark.Enabled('chromeos')
|
| @@ -204,4 +205,4 @@
|
| # Needed to allow XHR requests to return stream objects.
|
| options.AppendExtraBrowserArgs(
|
| ['--enable-experimental-web-platform-features',
|
| - '--ignore-autoplay-restrictions'])
|
| + '--disable-gesture-requirement-for-media-playback'])
|
|
|