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

Unified Diff: tools/perf/measurements/session_restore.py

Issue 796813003: [Telemetry] Remove empty action_name_to_run for Startup, SessionRestore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « tools/perf/benchmarks/session_restore.py ('k') | tools/perf/measurements/startup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/session_restore.py
diff --git a/tools/perf/measurements/session_restore.py b/tools/perf/measurements/session_restore.py
index b72bda5571bdcce160629c264036ca550dbe7eb2..2d7ec0080a1ad7b993e89224300b241d1b32eee0 100644
--- a/tools/perf/measurements/session_restore.py
+++ b/tools/perf/measurements/session_restore.py
@@ -19,7 +19,7 @@ class SessionRestore(startup.Startup):
see startup.py for details.
"""
- def __init__(self, cold=False, action_name_to_run = ''):
+ def __init__(self, cold=False, action_name_to_run='RunPageInteractions'):
super(SessionRestore, self).__init__(cold=cold,
action_name_to_run=action_name_to_run)
self.close_tabs_before_run = False
« no previous file with comments | « tools/perf/benchmarks/session_restore.py ('k') | tools/perf/measurements/startup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698