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..67a4e74da23e8e3f9306c88e64177e06b778e9a0 100644 |
--- a/tools/perf/benchmarks/blink_perf.py |
+++ b/tools/perf/benchmarks/blink_perf.py |
@@ -145,7 +145,13 @@ 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. |
nednguyen
2017/05/04 00:30:22
Can you document which one is the old one & at whi
|
'--enable-experimental-canvas-features', |
# TODO(qinmin): After fixing crbug.com/592017, remove this command line. |
'--reduce-security-for-testing' |