Index: tools/perf/benchmarks/blink_perf.py |
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py |
index 5f6786c374e3047bb5b469c77b3d6e4f239c435a..1808b8896ff8ff9896663cf889dad33f000058b0 100644 |
--- a/tools/perf/benchmarks/blink_perf.py |
+++ b/tools/perf/benchmarks/blink_perf.py |
@@ -145,7 +145,15 @@ class _BlinkPerfMeasurement(legacy_page_test.LegacyPageTest): |
options.AppendExtraBrowserArgs([ |
'--js-flags=--expose_gc', |
'--enable-experimental-web-platform-features', |
+ # Note that both this flag: |
'--ignore-autoplay-restrictions', |
+ # and this flag: |
+ '--disable-gesture-requirement-for-media-playback', |
+ # should be used until every build from |
+ # ToT to Stable switches over to one flag or another. This is to support |
+ # reference builds. |
+ # --disable-gesture-requirement-for-media-playback is the old one and |
+ # can be removed after M60 goes to stable. |
'--enable-experimental-canvas-features', |
# TODO(qinmin): After fixing crbug.com/592017, remove this command line. |
'--reduce-security-for-testing' |