Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: trunk/src/tools/perf/perf_tools/page_cycler.py

Issue 16160006: Revert 202620 "Collect tab timing information for use in telemen..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')
« no previous file with comments | « trunk/src/tools/perf/perf_tools/memory_measurement.py ('k') | trunk/src/tools/perf/perf_tools/startup_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698