Index: trunk/src/tools/perf/perf_tools/page_cycler.py |
=================================================================== |
--- trunk/src/tools/perf/perf_tools/page_cycler.py (revision 202661) |
+++ trunk/src/tools/perf/perf_tools/page_cycler.py (working copy) |
@@ -62,7 +62,7 @@ |
h.Start(page, tab) |
def CustomizeBrowserOptions(self, options): |
- options.AppendExtraBrowserArg('--enable-stats-collection-bindings') |
+ options.AppendExtraBrowserArg('--dom-automation') |
options.AppendExtraBrowserArg('--js-flags=--expose_gc') |
options.AppendExtraBrowserArg('--no-sandbox') |