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

Unified Diff: chrome/test/functional/perf.py

Issue 21150006: Introduce --cancel-first-run and reduce the strength of --no-first-run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add first_run::IsFirstRunSuppressed() Created 7 years, 5 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: chrome/test/functional/perf.py
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py
index 16231f7f621d3664cafeb2033e6ff20f2814db39..376fd5e89fb154067dfbbff60737374b08cf9278 100755
--- a/chrome/test/functional/perf.py
+++ b/chrome/test/functional/perf.py
@@ -2302,7 +2302,7 @@ class PageCyclerReplay(object):
'--enable-net-benchmarking',
'--metrics-recording-only',
'--activate-on-launch',
- '--no-first-run',
+ '--skip-first-run',
'--no-proxy-server',
]

Powered by Google App Engine
This is Rietveld 408576698