| Index: tools/perf/benchmarks/media.py
 | 
| diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
 | 
| index f37ce44021b758f3313ac0385402b297fbfa62d3..592b120e3c17212330f25b54f99492a12960adff 100644
 | 
| --- a/tools/perf/benchmarks/media.py
 | 
| +++ b/tools/perf/benchmarks/media.py
 | 
| @@ -150,8 +150,7 @@
 | 
|      # 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(
 | 
| -        ['--disable-gesture-requirement-for-media-playback'])
 | 
| +    options.AppendExtraBrowserArgs(['--ignore-autoplay-restrictions'])
 | 
|  
 | 
|  
 | 
|  @benchmark.Enabled('chromeos')
 | 
| @@ -205,4 +204,4 @@
 | 
|      # Needed to allow XHR requests to return stream objects.
 | 
|      options.AppendExtraBrowserArgs(
 | 
|          ['--enable-experimental-web-platform-features',
 | 
| -         '--disable-gesture-requirement-for-media-playback'])
 | 
| +         '--ignore-autoplay-restrictions'])
 | 
| 
 |